debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/template.json

13 lines
196 B
JSON
Raw Normal View History

2018-12-05 23:21:45 +05:30
{
"type": "object",
"required": [
"name",
"content"
],
"properties": {
"name": { "type": "string" },
"content": { "type": "string" }
},
"additionalProperties": false
}