UNPKG

@softvisio/core

Version:
19 lines (15 loc) 546 B
- $id: config type: object properties: root: type: object properties: email: { type: string, format: email } password: { type: ["null", string] } additionalProperties: false required: [email, password] cacheMaxSize: { type: integer, minimum: 1 } newUserEnabledByDefault: { type: boolean } # new users are enabled by default passwordsStrength: { enum: [weak, normal, strong] } additionalProperties: false required: [root, cacheMaxSize, newUserEnabledByDefault, passwordsStrength]