Files

14 lines
223 B
JSON
Raw Permalink Normal View History

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