Red Hat 3scale · Schema
Red Hat 3scale Application
Schema for an application in Red Hat 3scale API Management. Applications hold API credentials and are subscribed to application plans.
API GatewayAPI ManagementDeveloper PortalEnterpriseRed Hat
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique application identifier |
| created_at | string | Application creation timestamp |
| updated_at | string | Application last updated timestamp |
| state | string | Application state |
| user_account_id | integer | ID of the developer account that owns this application |
| name | string | Application display name |
| description | string | Application description |
| user_key | string | API key credential for API key authentication mode |
| plan | object | The application plan this application is subscribed to |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/red-hat-3scale/json-schema/red-hat-3scale-application-schema.json",
"title": "Red Hat 3scale Application",
"description": "Schema for an application in Red Hat 3scale API Management. Applications hold API credentials and are subscribed to application plans.",
"type": "object",
"required": ["id", "state", "name"],
"properties": {
"id": {
"type": "integer",
"description": "Unique application identifier"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Application creation timestamp"
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Application last updated timestamp"
},
"state": {
"type": "string",
"enum": ["live", "suspended"],
"description": "Application state"
},
"user_account_id": {
"type": "integer",
"description": "ID of the developer account that owns this application"
},
"name": {
"type": "string",
"description": "Application display name",
"minLength": 1
},
"description": {
"type": "string",
"description": "Application description"
},
"user_key": {
"type": "string",
"description": "API key credential for API key authentication mode"
},
"plan": {
"type": "object",
"description": "The application plan this application is subscribed to",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"system_name": {
"type": "string"
}
}
}
}
}
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/red-hat-3scale-application"
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.