debian-mirror-gitlab/spec/fixtures/api/schemas/entities/protected_ref_access.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
355 B
JSON
Raw Normal View History

2023-01-13 00:05:48 +05:30
{
"type": "object",
"required": [
"id",
"access_level",
"access_level_description"
],
"properties": {
"id": {
"type": "integer"
},
"access_level": {
"type": [
"integer",
"null"
]
},
"access_level_description": {
"type": [
"string",
"null"
]
}
}
}