ascaid
Version:
Hassle-free documentation generation powered by AsciiDoc
26 lines (25 loc) • 451 B
JSON
{
"type": "object",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string"
},
"extensions": {
"type": "array",
"items": {
"type": "string"
}
},
"asciidoctorOptions": {
"type": "object",
"properties": {
"attributes": {
"type": "object",
"additionalProperties": true
}
},
"additionalProperties": true
}
}
}