designing v2 paste & comment format

This commit is contained in:
El RIDO
2018-12-17 19:43:16 +01:00
parent cde96d8f24
commit c15351b793
5 changed files with 239 additions and 31 deletions

View File

@@ -1,16 +1,32 @@
{
"@context": {
"so": "https://schema.org/",
"status": "so:Integer",
"id": "so:name",
"parentid": "so:name",
"url: {
"@id": "so:url",
"@type": "@id"
"pb": "?jsonld=types#",
"cm": "?jsonld=commentmeta#",
"status": {
"@type": "so:Integer"
},
"id": {
"@type": "so:name"
},
"parentid": {
"@type": "so:name"
},
"url": {
"@type": "so:url"
},
"v": {
"@type": "so:Integer",
"@value": 2
},
"ct": {
"@type": "pb:CipherText"
},
"adata": {
"@type": "cm:AuthenticatedData"
},
"data": "so:Text",
"meta": {
"@id": "?jsonld=commentmeta"
}
"@type": "cm:MetaData"
},
}
}