debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/release.json
2017-09-10 17:25:29 +05:30

12 lines
224 B
JSON

{
"type": "object",
"required" : [
"tag_name",
"description"
],
"properties" : {
"tag_name": { "type": ["string", "null"] },
"description": { "type": "string" }
},
"additionalProperties": false
}