20 lines
322 B
JSON
Raw Normal View History

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