{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PasswordPolicyRule", "title": "PasswordPolicyRule", "type": "object", "properties": { "actions": { "$ref": "#/components/schemas/PasswordPolicyRuleActions" }, "conditions": { "$ref": "#/components/schemas/PasswordPolicyRuleConditions" }, "name": { "type": "string" } }, "x-okta-parent": "#/definitions/PolicyRule", "x-okta-tags": [ "Policy" ] }