UNPKG

214 BJSONView Raw
1{
2 "title": {
3 "type": "String"
4 },
5 "author": {
6 "type": "String",
7 "default": "Raymond"
8 },
9 "body": "String",
10 "date": {
11 "type": "Date"
12 },
13 "hidden": "Boolean",
14 "comments": ["String"]
15}
\No newline at end of file