no load schema

This commit is contained in:
Yuri Kuznetsov
2025-09-25 15:24:50 +03:00
parent 1a0e674b81
commit 125d84d3bf
+20
View File
@@ -760,6 +760,26 @@
}
}
},
{
"if": {
"properties": {
"type": {
"anyOf": [
{"const": "linkMultiple"},
{"const": "linkOne"}
]
}
}
},
"then": {
"properties": {
"noLoad": {
"type": "boolean",
"description": "Do not load the field."
}
}
}
},
{
"if": {
"properties": {