W72crm_web-master/node_modules/@webpack-contrib/schema-utils/schema/options.json

26 lines
405 B
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"type": "object",
"properties": {
"exit": {
"type": "boolean"
},
"log": {
"type": "boolean"
},
"name": {
"type": "string"
},
"schema": {
"type": ["string", "object"]
},
"target": {
"type": "object"
},
"throw": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": ["name", "schema", "target"]
}