debian-mirror-gitlab/app/validators/json_schemas/application_setting_kroki_formats.json

11 lines
228 B
JSON
Raw Normal View History

2021-03-11 19:13:27 +05:30
{
"description": "Kroki formats",
"type": "object",
"properties": {
"bpmn": { "type": "boolean" },
"excalidraw": { "type": "boolean" },
"blockdiag": { "type": "boolean" }
},
"additionalProperties": false
}