Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions schemas/dab.draft.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@
},
"enabled": {
"$ref": "#/$defs/boolean-or-string",
"description": "Allow enabling/disabling REST requests for all entities."
"description": "Allow enabling/disabling REST requests for all entities.",
"default": true
},
"request-body-strict": {
"$ref": "#/$defs/boolean-or-string",
Expand All @@ -237,7 +238,8 @@
},
"enabled": {
"$ref": "#/$defs/boolean-or-string",
"description": "Allow enabling/disabling GraphQL requests for all entities."
"description": "Allow enabling/disabling GraphQL requests for all entities.",
"default": true
},
"depth-limit": {
"type": [ "integer", "null" ],
Expand Down
Loading