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

Loading…
Cancel
Save