26 lines
405 B
JSON
26 lines
405 B
JSON
{
|
|
"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"]
|
|
}
|