This commit is contained in:
Yuri Kuznetsov
2023-11-17 09:11:01 +02:00
parent 90dedefeb0
commit d6776ffcc8

View File

@@ -360,6 +360,29 @@
}
}
},
{
"if": {
"properties": {
"type": {
"anyOf": [
{"const": "foreign"}
]
}
}
},
"then": {
"properties": {
"link": {
"type": "string",
"description": "A link."
},
"field": {
"type": "string",
"description": "A field if the foreign entity type."
}
}
}
},
{
"if": {
"properties": {