Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"fields": {
|
||||
"objektlage": {
|
||||
"required": {
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "or",
|
||||
"value": [
|
||||
{
|
||||
"type": "equals",
|
||||
"attribute": "objekttyp",
|
||||
"value": "Wohnung"
|
||||
},
|
||||
{
|
||||
"type": "equals",
|
||||
"attribute": "objekttyp",
|
||||
"value": "Einzelne(s) Zimmer"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user