requested changes.

This commit is contained in:
piuvas 2025-05-28 19:55:40 -03:00
parent ee93b5d480
commit eb88920f41
No known key found for this signature in database
3 changed files with 11 additions and 5 deletions

View file

@ -239,8 +239,9 @@ export const packedUserLiteSchema = {
attributionDomains: {
type: 'array',
nullable: false, optional: false,
additionalProperties: {
items: {
type: 'string',
nullable: false, optional: false,
},
},
},