Commit 2c68049f authored by Roland's avatar Roland Committed by Rolway

Update JSON-schema.json

parent e359164b
...@@ -112,8 +112,11 @@ ...@@ -112,8 +112,11 @@
"type": "string" "type": "string"
}, },
"created_year": { "created_year": {
"type": "string" "anyOf": [
}, {"type": "integer"},
{"type": "string"}
]
},
"description": { "description": {
"type": "string" "type": "string"
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment