updating comment format to match defined JSON-LD API context

This commit is contained in:
El RIDO
2015-10-18 11:38:48 +02:00
parent f21567133c
commit 22d0b1ec22
5 changed files with 16 additions and 10 deletions

View File

@@ -2,9 +2,16 @@
"@context": {
"status": "http://schema.org/Integer",
"id": "http://schema.org/name",
"parentid": "http://schema.org/name",
"url: {
"@id": "http://schema.org/url",
"@type": "@id"
},
"data": "http://schema.org/Text",
"meta": {
"postdate": "http://schema.org/Integer",
"nickname": "http://schema.org/Text",
"vizhash": "http://schema.org/Text"
}
}
}