{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_b2b_rbac_v1_OrgPolicy", "title": "api_b2b_rbac_v1_OrgPolicy", "type": "object", "properties": { "roles": { "type": "array", "items": { "$ref": "#/components/schemas/api_b2b_rbac_v1_PolicyRole" }, "description": "An array of [Role objects](https://stytch.com/docs/b2b/api/rbac-role-object)." } }, "required": [ "roles" ] }