Browse Source

Update JSON schema

pull/98/head
baarkerlounger 4 years ago
parent
commit
e0b688ab42
  1. 4
      config/forms/schema/generic.json

4
config/forms/schema/generic.json

@ -44,7 +44,7 @@
"pages": { "pages": {
"type": "object", "type": "object",
"patternProperties": { "patternProperties": {
"^(?!(conditional_route_to))[a-z_]+$": { "^(?!(depends_on))[a-z_]+$": {
"description": "Page Name", "description": "Page Name",
"type": "object", "type": "object",
"required": ["header", "questions"], "required": ["header", "questions"],
@ -105,7 +105,7 @@
} }
}, },
"additionalProperties": { "additionalProperties": {
"conditional_route_to": { "depends_on": {
"description": "", "description": "",
"type": "object" "type": "object"
} }

Loading…
Cancel
Save