2020-11-12 19:09:49 -05:00
|
|
|
{
|
|
|
|
"type": "object",
|
2022-05-05 14:08:40 -04:00
|
|
|
"required": ["id", "name", "path", "location", "createdAt", "updatedAt", "tagsCount", "canDelete", "expirationPolicyCleanupStatus", "project", "lastCleanupDeletedTagsCount"],
|
2020-11-12 19:09:49 -05:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"path": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"location": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"createdAt": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"updatedAt": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"expirationPolicyStartedAt": {
|
|
|
|
"type": ["string", "null"]
|
|
|
|
},
|
|
|
|
"status": {
|
|
|
|
"type": ["string", "null"]
|
|
|
|
},
|
|
|
|
"tagsCount": {
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
"canDelete": {
|
|
|
|
"type": "boolean"
|
2020-11-17 04:09:23 -05:00
|
|
|
},
|
|
|
|
"expirationPolicyCleanupStatus": {
|
|
|
|
"type": "string",
|
|
|
|
"enum": ["UNSCHEDULED", "SCHEDULED", "UNFINISHED", "ONGOING"]
|
2020-12-05 22:09:38 -05:00
|
|
|
},
|
|
|
|
"project": {
|
|
|
|
"type": "object"
|
2022-05-05 14:08:40 -04:00
|
|
|
},
|
|
|
|
"lastCleanupDeletedTagsCount": {
|
|
|
|
"type": ["string", "null"]
|
2020-11-12 19:09:49 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|