debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/membership.json
2020-03-13 15:44:24 +05:30

11 lines
244 B
JSON

{
"type": "object",
"properties" : {
"source_id": { "type": "integer" },
"source_name": { "type": "string" },
"source_type": { "type": "string" },
"access_level": { "type": "integer" }
},
"additionalProperties": false
}