debian-mirror-gitlab/spec/fixtures/api/schemas/entities/protected_ref_access.json
2023-01-13 15:02:22 +05:30

25 lines
355 B
JSON

{
"type": "object",
"required": [
"id",
"access_level",
"access_level_description"
],
"properties": {
"id": {
"type": "integer"
},
"access_level": {
"type": [
"integer",
"null"
]
},
"access_level_description": {
"type": [
"string",
"null"
]
}
}
}