{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthorizationServerPolicyRuleConditions", "title": "AuthorizationServerPolicyRuleConditions", "type": "object", "properties": { "clients": { "$ref": "#/components/schemas/ClientPolicyCondition" }, "grantTypes": { "$ref": "#/components/schemas/GrantTypePolicyRuleCondition" }, "people": { "$ref": "#/components/schemas/PolicyPeopleCondition" }, "scopes": { "$ref": "#/components/schemas/OAuth2ScopesMediationPolicyRuleCondition" } }, "x-okta-tags": [ "AuthorizationServerPolicy" ] }