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:46:27 +00:00
parent cf66544bf4
commit 2f26e22a7a

View File

@ -1,7 +1,13 @@
{
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "Title of the movie"
},
"characters": {
"type": "array",
"description": "List of characters in the movie",
"items": {
"type": "object",