mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:28:15 +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
e842ff9bc2
commit
938516e736
@ -1,26 +1,26 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Name of the character"
|
"description": "Name of the character"
|
||||||
},
|
},
|
||||||
"actor": {
|
"actor": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Actor who portrays the character"
|
"description": "Actor who portrays the character"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Brief description of the character"
|
"description": "Brief description of the character"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"name",
|
||||||
|
"actor",
|
||||||
|
"description"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"name",
|
|
||||||
"actor",
|
|
||||||
"description"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"title",
|
"title",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user