|
123456789101112131415161718 |
- {
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "inline": {
- "type": "boolean"
- },
- "fallback": {
- "type": "boolean"
- },
- "publicPath": {
- "type": "string"
- }
- },
- "additionalProperties": false
- }
|