mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 13:58:18 +00:00
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:
parent
cf66544bf4
commit
2f26e22a7a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user