Skip to content

Commit e731411

Browse files
Fix schema
1 parent fcfabef commit e731411

File tree

1 file changed

+2
-43
lines changed

1 file changed

+2
-43
lines changed

schemas/dab.draft.schema.json

Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -740,49 +740,8 @@
740740
"additionalProperties": false,
741741
"properties": {
742742
"dml-tools": {
743-
"oneOf": [
744-
{
745-
"type": "boolean",
746-
"description": "Enable/disable all DML tools with default settings."
747-
},
748-
{
749-
"type": "object",
750-
"description": "Individual DML tools configuration",
751-
"additionalProperties": false,
752-
"properties": {
753-
"describe-entities": {
754-
"type": "boolean",
755-
"description": "Enable/disable the describe-entities tool.",
756-
"default": true
757-
},
758-
"create-record": {
759-
"type": "boolean",
760-
"description": "Enable/disable the create-record tool.",
761-
"default": true
762-
},
763-
"read-records": {
764-
"type": "boolean",
765-
"description": "Enable/disable the read-records tool.",
766-
"default": true
767-
},
768-
"update-record": {
769-
"type": "boolean",
770-
"description": "Enable/disable the update-record tool.",
771-
"default": true
772-
},
773-
"delete-record": {
774-
"type": "boolean",
775-
"description": "Enable/disable the delete-record tool.",
776-
"default": true
777-
},
778-
"execute-entity": {
779-
"type": "boolean",
780-
"description": "Enable/disable the execute-entity tool.",
781-
"default": true
782-
}
783-
}
784-
}
785-
]
743+
"type": "boolean",
744+
"description": "Enable/disable all DML tools with default settings."
786745
}
787746
}
788747
},

0 commit comments

Comments
 (0)