debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/template_list.json
2018-12-05 23:21:45 +05:30

16 lines
244 B
JSON

{
"type": "array",
"items": {
"type": "object",
"required": [
"key",
"name"
],
"properties": {
"key": { "type": "string" },
"name": { "type": "string" }
},
"additionalProperties": false
}
}