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

12 lines
284 B
JSON
Raw Normal View History

2021-03-11 19:13:27 +05:30
{
2021-04-29 21:17:54 +05:30
"$schema": "http://json-schema.org/draft-07/schema#",
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
}