The policy associated with a user pool.
{ "type": "object", "properties": { "PasswordPolicy": { "allOf": [ { "$ref": "#/components/schemas/PasswordPolicyType" }, { "description": "The password policy." } ] } }, "description": "The policy associated with a user pool.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-user-pool-policy-type-schema.json", "title": "UserPoolPolicyType" }