{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PasswordMaxLengthExceededPolicyEnum", "title": "PasswordMaxLengthExceededPolicyEnum", "type": "string", "description": "Controls whether passwords that exceed the maximum length are truncated or rejected", "enum": [ "truncate", "error" ] }