Kong · Schema

API Version Summary

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
id string The API version identifier.
version string The version of this api spec.
spec object
created_at object
updated_at object
View JSON Schema on GitHub

JSON Schema

kong-apiversionsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiVersionSummary",
  "title": "API Version Summary",
  "type": "object",
  "properties": {
    "id": {
      "description": "The API version identifier.",
      "type": "string",
      "format": "uuid",
      "example": "7710d5c4-d902-410b-992f-18b814155b53",
      "readOnly": true
    },
    "version": {
      "description": "The version of this api spec.",
      "type": "string"
    },
    "spec": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "type": {
          "$ref": "#/components/schemas/ApiSpecType"
        }
      }
    },
    "created_at": {
      "$ref": "#/components/schemas/CreatedAt"
    },
    "updated_at": {
      "$ref": "#/components/schemas/UpdatedAt"
    }
  },
  "additionalProperties": false,
  "nullable": true,
  "readOnly": true,
  "x-speakeasy-terraform-ignore": true
}