38ab755733
Using this regexp: https://regex101.com/r/rZ2dE2/1
24 lines
518 B
Plaintext
24 lines
518 B
Plaintext
{
|
|
"@context": {
|
|
"so": "https://schema.org/",
|
|
"status": {"@id": "so:Integer"},
|
|
"id": {"@id": "so:name"},
|
|
"deletetoken": {"@id": "so:Text"},
|
|
"url": {
|
|
"@type": "@id",
|
|
"@id": "so:url"
|
|
},
|
|
"data": {"@id": "so:Text"},
|
|
"attachment": {"@id": "so:Text"},
|
|
"attachmentname": {"@id": "so:Text"},
|
|
"meta": {
|
|
"@id": "?jsonld=pastemeta"
|
|
},
|
|
"comments": {
|
|
"@id": "?jsonld=comment",
|
|
"@container": "@list"
|
|
},
|
|
"comment_count": {"@id": "so:Integer"},
|
|
"comment_offset": {"@id": "so:Integer"}
|
|
}
|
|
} |