{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_b2b_rbac_v1_b2b_rbac_organizations_SetOrgPolicyRequest", "title": "api_b2b_rbac_v1_b2b_rbac_organizations_SetOrgPolicyRequest", "type": "object", "properties": { "org_policy": { "$ref": "#/components/schemas/api_b2b_rbac_v1_OrgPolicy", "description": "The organization-specific RBAC Policy that contains roles defined for this organization. Organization policies supplement the project-level RBAC policy with additional roles that are specific to the organization." } }, "description": "Request type", "required": [ "org_policy" ] }