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:47 +00:00
parent 2f26e22a7a
commit b83c91c099
1 changed files with 0 additions and 7 deletions

View File

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