mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 11:25:33 +00:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"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']"
|
|
]
|
|
}
|
|
} |