mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Make origin in schema-image optional (#610)
* Make origin in schema-image optional ... like in `color` and `effect` schemes. * use origin if available
This commit is contained in:
committed by
brindosch
parent
beb9454a1f
commit
fe12b36fce
@@ -18,7 +18,9 @@
|
||||
},
|
||||
"origin": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
"minLength" : 4,
|
||||
"maxLength" : 20,
|
||||
"required": false
|
||||
},
|
||||
"duration": {
|
||||
"type": "integer",
|
||||
|
Reference in New Issue
Block a user