This commit is contained in:
Yuri Kuznetsov
2024-05-09 15:32:35 +03:00
parent 8601c8fc24
commit 1c5afb52b3
+24
View File
@@ -215,6 +215,10 @@
"optionsPath": {
"type": "string",
"description": "An options path. E.g. `entityDefs.SomeEntityType.fields.someField.options`."
},
"optionsReference": {
"type": "string",
"description": "An options reference. E.g. `SomeEntityType.someField`."
}
}
}
@@ -241,6 +245,26 @@
}
}
},
{
"if": {
"properties": {
"type": {
"anyOf": [
{"const": "multiEnum"},
{"const": "array"}
]
}
}
},
"then": {
"properties": {
"allowCustomOptions": {
"type": "boolean",
"description": "Allow custom options."
}
}
}
},
{
"if": {
"properties": {