User: dan@sartography.com clicked save for examples/2-in-depth/2-5-loops/multi-instance/composer-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-21 03:37:34 +00:00
parent 272c6e2b35
commit 1db4df34a6

View File

@ -5,16 +5,16 @@
"type": "object",
"properties": {
"composer": {
"type": "string",
"description": "Name of the Composer"
},
"genre": {
"type": "string",
"description": "Genre of the composer's music"
},
"required": [
"c['composer']"
]
"composer": {
"type": "string",
"description": "Name of the Composer"
},
"genre": {
"type": "string",
"description": "Genre of the composer's music"
},
"required": [
"c['composer']"
]
}
}