feat(spec,uci): set 'options' as non required
This commit is contained in:
parent
d6aab44bee
commit
b53842cbb7
|
@ -69,7 +69,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"type": ["array"],
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/$defs/option"
|
"$ref": "#/$defs/option"
|
||||||
}
|
}
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["name", "options"],
|
"required": ["name"],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"option": {
|
"option": {
|
||||||
|
|
Loading…
Reference in New Issue