fix: removal object fetching
This commit is contained in:
parent
82a7cdb204
commit
a5fd3dd7fc
8 changed files with 24 additions and 22 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue