gitlab-org--gitlab-foss/spec/fixtures/api/schemas/release/link.json
Shinya Maeda 6bd7e1b876 Add tests for Release Link API
Add tests for the API and add a couple of tests

Add

revert

revert
2019-01-07 14:07:05 +09:00

11 lines
248 B
JSON

{
"type": "object",
"required": ["name", "url"],
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" },
"url": { "type": "string" },
"external": { "type": "boolean" }
},
"additionalProperties": false
}