debian-mirror-gitlab/spec/fixtures/api/schemas/branch.json
2023-03-04 22:38:38 +05:30

17 lines
No EOL
230 B
JSON

{
"type": "object",
"required": [
"name",
"url"
],
"properties": {
"name": {
"type": "string"
},
"url": {
"type": "string",
"format": "uri"
}
},
"additionalProperties": false
}