Welcome to mirror list, hosted at ThFree Co, Russian Federation.

application_setting_kroki_formats.json « json_schemas « validators « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 460dc74069fa3cdae1409b5cc58e780d8af6b5f0 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "description": "Kroki formats",
  "type": "object",
  "properties": {
    "bpmn": { "type": "boolean" },
    "excalidraw": { "type": "boolean" },
    "blockdiag": { "type": "boolean" }
  },
  "additionalProperties": false
}