{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_rbac_v3_GetResponse", "title": "pwa_rbac_v3_GetResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "policy": { "$ref": "#/components/schemas/pwa_rbac_v3_Policy" }, "status_code": { "type": "integer", "format": "int32" } }, "description": "Response type", "required": [ "request_id", "policy", "status_code" ] }