diff --git a/examples/2-in-depth/data-stores/key-value-data-store/addmovie-schema.json b/examples/2-in-depth/data-stores/key-value-data-store/addmovie-schema.json index 4c4bc57a..9d8caf81 100644 --- a/examples/2-in-depth/data-stores/key-value-data-store/addmovie-schema.json +++ b/examples/2-in-depth/data-stores/key-value-data-store/addmovie-schema.json @@ -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",