debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/project/export_status.json
2020-04-08 14:13:33 +05:30

25 lines
404 B
JSON

{
"type": "object",
"allOf": [
{
"$ref": "identity.json"
},
{
"required": [
"export_status"
],
"properties": {
"export_status": {
"type": "string",
"enum": [
"none",
"queued",
"started",
"finished",
"regeneration_in_progress"
]
}
}
}
]
}