Files
CosmicEngine/lib/All/json-schema-validator/test/issue-9/bar.json

14 lines
223 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes bar",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
}