gitlab-org--gitlab-foss/spec/fixtures/api/schemas/public_api/v4/template.json

13 lines
196 B
JSON
Raw Normal View History

2018-10-02 19:00:38 -04:00
{
"type": "object",
"required": [
"name",
"content"
],
"properties": {
"name": { "type": "string" },
"content": { "type": "string" }
},
"additionalProperties": false
}