Browse Source

fix some yaml schema oneOf => anyOf (#2263)

pull/2264/head
Jason Dove 5 days ago committed by GitHub
parent
commit
e34368bf07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ErsatzTV/Resources/yaml-playout-import.schema.json
  2. 2
      ErsatzTV/Resources/yaml-playout.schema.json

2
ErsatzTV/Resources/yaml-playout-import.schema.json

@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
}
}
},
"oneOf": [
"anyOf": [
{ "required": [ "content" ] },
{ "required": [ "sequence" ] }
],

2
ErsatzTV/Resources/yaml-playout.schema.json

@ -102,7 +102,7 @@ @@ -102,7 +102,7 @@
"minItems": 1
}
},
"oneOf": [
"anyOf": [
{ "required": [ "content", "playout" ] },
{ "required": [ "import", "playout" ] }
],

Loading…
Cancel
Save