2024-02-21 03:13:38 +00:00
|
|
|
{
|
2024-02-21 03:13:55 +00:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2024-02-21 03:37:08 +00:00
|
|
|
"c": {
|
2024-02-21 03:37:25 +00:00
|
|
|
"type": "object",
|
2024-02-21 03:37:23 +00:00
|
|
|
"properties": {
|
2024-02-21 03:37:03 +00:00
|
|
|
|
2024-02-21 03:36:05 +00:00
|
|
|
"composer": {
|
2024-02-21 03:13:55 +00:00
|
|
|
"type": "string",
|
2024-02-21 03:14:17 +00:00
|
|
|
"description": "Name of the Composer"
|
2024-02-21 03:13:55 +00:00
|
|
|
},
|
2024-02-21 03:36:13 +00:00
|
|
|
"genre": {
|
2024-02-21 03:13:55 +00:00
|
|
|
"type": "string",
|
|
|
|
"description": "Genre of the composer's music"
|
2024-02-21 03:13:38 +00:00
|
|
|
},
|
|
|
|
"required": [
|
2024-02-21 03:32:13 +00:00
|
|
|
"c['composer']"
|
2024-02-21 03:13:38 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|