debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/project/export_status.json
2018-05-09 12:01:36 +05:30

24 lines
377 B
JSON

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