debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/project_repository_storage_move.json
2021-06-08 01:23:25 +05:30

20 lines
485 B
JSON

{
"type": "object",
"required": [
"id",
"created_at",
"state",
"source_storage_name",
"destination_storage_name",
"project"
],
"properties" : {
"id": { "type": "integer" },
"created_at": { "type": "string", "format": "date-time" },
"state": { "type": "string" },
"source_storage_name": { "type": "string" },
"destination_storage_name": { "type": "string" },
"project": { "type": "object" }
},
"additionalProperties": false
}