diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 30fbf2475c..e449aaed19 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -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": {