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