User: dan@sartography.com clicked save for examples/2-in-depth/data-stores/key-value-data-store/addmovie-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-21 18:45:53 +00:00
parent b41eedfe76
commit 0476d24007

View File

@ -1,26 +1,26 @@
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the character"
},
"actor": {
"type": "string",
"description": "Actor who portrays the character"
},
"description": {
"type": "string",
"description": "Brief description of the character"
}
},
"required": [
"name",
"actor",
"description"
]
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the character"
},
"actor": {
"type": "string",
"description": "Actor who portrays the character"
},
"description": {
"type": "string",
"description": "Brief description of the character"
}
},
"required": [
"name",
"actor",
"description"
]
}
},
"required": [
"title",