mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 00:18:06 +00:00
18 lines
327 B
JSON
18 lines
327 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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |