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