schema
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user