File tree Expand file tree Collapse file tree 1 file changed +2
-43
lines changed
Expand file tree Collapse file tree 1 file changed +2
-43
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments