29 lines
427 B
JSON
29 lines
427 B
JSON
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"base": {
|
|
"type": "number"
|
|
},
|
|
"attrs": {
|
|
"type": "object"
|
|
},
|
|
"insertAt": {
|
|
"type": "string"
|
|
},
|
|
"insertInto": {
|
|
"type": "string"
|
|
},
|
|
"singleton": {
|
|
"type": "boolean"
|
|
},
|
|
"sourceMap": {
|
|
"type": "boolean"
|
|
},
|
|
"convertToAbsoluteUrls": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|