fix: removal object fetching

This commit is contained in:
아르페 2024-02-16 13:53:51 +09:00 committed by 무라쿠모
parent 82a7cdb204
commit a5fd3dd7fc
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
8 changed files with 24 additions and 22 deletions

View file

@ -641,19 +641,13 @@ export const packedMeDetailedOnlySchema = {
},
},
},
autoRemoval: {
type: 'boolean',
nullable: false, optional: false,
},
autoRemovalCondition: {
type: 'object',
nullable: false, optional: false,
properties: {
id: {
type: 'string',
active: {
type: 'boolean',
nullable: false, optional: false,
format: 'id',
example: 'xxxxxxxxxx',
},
deleteAfter: {
type: 'number',