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

13 lines
196 B
JSON

{
"type": "object",
"required": [
"name",
"content"
],
"properties": {
"name": { "type": "string" },
"content": { "type": "string" }
},
"additionalProperties": false
}