fixing deletion issue in request refactoring, starting work on API read

refactoring
This commit is contained in:
El RIDO
2015-10-15 22:04:57 +02:00
parent 5d61b90d6b
commit 2e3bacb699
3 changed files with 40 additions and 3 deletions

View File

@@ -6,6 +6,23 @@
"url: {
"@id": "http://schema.org/url",
"@type": "@id"
}
},
"data": "http://schema.org/Text",
"attachment": "http://schema.org/Text",
"attachmentname": "http://schema.org/Text",
"meta": {
"formatter": "http://schema.org/Text",
"postdate": "http://schema.org/Integer",
"opendiscussion": "http://schema.org/True",
"burnafterreading": "http://schema.org/True",
"expire_date": "http://schema.org/Integer",
"remaining_time": "http://schema.org/Integer"
},
"comments": {
"@id": "comment.jsonld",
"@container": "@list"
},
"comment_count": "http://schema.org/Integer",
"comment_offset": "http://schema.org/Integer"
}
}