mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 11:25:33 +00:00
17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"c['composer']": {
|
|
"type": "string",
|
|
"description": "Name of the Composer"
|
|
},
|
|
"c['genre']": {
|
|
"type": "string",
|
|
"description": "Genre of the composer's music"
|
|
},
|
|
"required": [
|
|
"c['composer",
|
|
"genre",
|
|
]
|
|
}
|
|
} |