{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_organization_v1_CustomRolePermission", "title": "api_organization_v1_CustomRolePermission", "type": "object", "properties": { "resource_id": { "type": "string" }, "actions": { "type": "array", "items": { "type": "string" } } }, "required": [ "resource_id", "actions" ] }