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