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 0f54a8e3..8e2e6b9e 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 @@ -24,11 +24,6 @@ "description" ] } - }, - "required": [ - "title", - "characters" - ] } }