Kong · Schema
RBACRoleEndpoint
API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source
Properties
| Name | Type | Description |
|---|---|---|
| actions | array | |
| comment | string | Additional comment or description for the RBAC role endpoint. |
| created_at | integer | Unix epoch when the resource was created. |
| endpoint | string | The endpoint associated with the RBAC role. |
| negative | boolean | Indicates whether the RBAC role has negative permissions for the endpoint. |
| role | object | The RBAC role associated with the endpoint. |
| updated_at | integer | Unix epoch when the resource was last updated. |
| workspace | string | The workspace associated with the endpoint. |
| role_id | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RBACRoleEndpoint",
"title": "RBACRoleEndpoint",
"x-speakeasy-entity": "RbacRoleEndpoint",
"type": "object",
"properties": {
"actions": {
"type": "array",
"items": {
"type": "string"
},
"format": "set"
},
"comment": {
"description": "Additional comment or description for the RBAC role endpoint.",
"type": "string",
"nullable": true
},
"created_at": {
"description": "Unix epoch when the resource was created.",
"type": "integer",
"nullable": true
},
"endpoint": {
"description": "The endpoint associated with the RBAC role.",
"type": "string",
"nullable": true
},
"negative": {
"description": "Indicates whether the RBAC role has negative permissions for the endpoint.",
"type": "boolean",
"default": false,
"nullable": true
},
"role": {
"description": "The RBAC role associated with the endpoint.",
"type": "object",
"nullable": true,
"properties": {
"id": {
"type": "string"
}
},
"x-foreign": true,
"x-speakeasy-terraform-ignore": true
},
"updated_at": {
"description": "Unix epoch when the resource was last updated.",
"type": "integer",
"nullable": true
},
"workspace": {
"description": "The workspace associated with the endpoint.",
"type": "string",
"default": "default",
"nullable": true
},
"role_id": {
"type": "string",
"nullable": true
}
},
"additionalProperties": false,
"required": [
"actions",
"endpoint"
],
"x-speakeasy-transform-from-api": {
"jq": ".\n| if .role != null and .role.id != null then . + { role_id: .role.id } else . end\n| del(.role)\n"
},
"x-speakeasy-transform-to-api": {
"jq": ".\n| if .role_id != null then .role = { id: .role_id } else . end\n| del(.role_id)\n"
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kong-rbacroleendpoint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.