From b83c91c09954ce9c47fa2639ce65b24598cb6ad2 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 21 Feb 2024 18:46:47 +0000 Subject: [PATCH] User: dan@sartography.com clicked save for examples/2-in-depth/data-stores/key-value-data-store/addmovie-schema.json --- .../data-stores/key-value-data-store/addmovie-schema.json | 7 ------- 1 file changed, 7 deletions(-) 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 9d8caf81..0f54a8e3 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,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": {