Gravitee · JSON Structure

Gravitee Api Structure

JSON Structure description of a Gravitee API resource as represented by the APIM Management API v2.

Type: object Properties: 18
API GatewayAPI ManagementAccess ManagementIdentityEvent-DrivenEvent ManagementKafka GatewayKafkaMQTTGraphQLgRPCAI GatewayMCPA2ALLM ProxyMulti-Gateway FederationDeveloper PortalOpen-SourceApache 2.0

Gravitee Api Structure is a JSON Structure definition published by Gravitee, describing 18 properties.

Properties

id name description apiVersion definitionVersion type state lifecycleState visibility tags labels entrypoints endpointGroups plans flows createdAt updatedAt deployedAt

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://gravitee.io/structures/gravitee/api.json",
  "title": "Gravitee API Structure",
  "description": "JSON Structure description of a Gravitee API resource as represented by the APIM Management API v2.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "API unique identifier" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "apiVersion": { "type": "string" },
    "definitionVersion": {
      "type": "string",
      "enum": ["V1", "V2", "V4", "FEDERATED"]
    },
    "type": {
      "type": "string",
      "enum": ["PROXY", "MESSAGE", "NATIVE"],
      "description": "PROXY=HTTP, MESSAGE=event-driven, NATIVE=Kafka-native v4"
    },
    "state": {
      "type": "string",
      "enum": ["STARTED", "STOPPED"]
    },
    "lifecycleState": {
      "type": "string",
      "enum": ["CREATED", "PUBLISHED", "UNPUBLISHED", "DEPRECATED", "ARCHIVED"]
    },
    "visibility": {
      "type": "string",
      "enum": ["PUBLIC", "PRIVATE"]
    },
    "tags": { "type": "array", "items": { "type": "string" } },
    "labels": { "type": "array", "items": { "type": "string" } },
    "entrypoints": {
      "type": "array",
      "items": { "$ref": "#/$defs/Entrypoint" }
    },
    "endpointGroups": {
      "type": "array",
      "items": { "$ref": "#/$defs/EndpointGroup" }
    },
    "plans": {
      "type": "array",
      "items": { "$ref": "https://gravitee.io/structures/gravitee/plan.json" }
    },
    "flows": {
      "type": "array",
      "items": { "$ref": "#/$defs/Flow" }
    },
    "createdAt": { "type": "string", "format": "date-time" },
    "updatedAt": { "type": "string", "format": "date-time" },
    "deployedAt": { "type": "string", "format": "date-time" }
  },
  "$defs": {
    "Entrypoint": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "enum": ["http-proxy", "http-get", "http-post", "websocket", "sse", "webhook", "kafka", "mqtt", "amqp", "mcp", "grpc-proxy"]
        },
        "qos": { "type": "string", "enum": ["NONE", "AUTO", "AT_MOST_ONCE", "AT_LEAST_ONCE"] },
        "configuration": { "type": "object" }
      }
    },
    "EndpointGroup": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "type": { "type": "string" },
        "loadBalancer": { "type": "object" },
        "endpoints": {
          "type": "array",
          "items": { "$ref": "#/$defs/Endpoint" }
        }
      }
    },
    "Endpoint": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "target": { "type": "string" },
        "type": { "type": "string" },
        "weight": { "type": "integer" },
        "inheritConfiguration": { "type": "boolean" }
      }
    },
    "Flow": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "selectors": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "type": { "type": "string", "enum": ["HTTP", "CHANNEL", "CONDITION"] }
            }
          }
        },
        "request": { "type": "array", "items": { "$ref": "#/$defs/Step" } },
        "response": { "type": "array", "items": { "$ref": "#/$defs/Step" } },
        "subscribe": { "type": "array", "items": { "$ref": "#/$defs/Step" } },
        "publish": { "type": "array", "items": { "$ref": "#/$defs/Step" } }
      }
    },
    "Step": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "policy": { "type": "string" },
        "enabled": { "type": "boolean" },
        "configuration": { "type": "object" },
        "condition": { "type": "string" }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/gravitee-api-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.