debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/project_repository_storage_move.json
2020-05-24 23:13:21 +05:30

21 lines
460 B
JSON

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