21 lines
315 B
JSON
Raw Normal View History

{
"type": "object",
"name": "c",
"properties": {
"c": {
"type"
}
"composer": {
"type": "string",
"description": "Name of the Composer"
},
"genre": {
"type": "string",
"description": "Genre of the composer's music"
},
"required": [
"c['composer']"
]
}
}