Kong · Schema

ApiImplementationGatewayServiceEntity

A gateway service that implements an API

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
id object
created_at object
updated_at object
service object
View JSON Schema on GitHub

JSON Schema

kong-apiimplementationgatewayserviceentity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiImplementationGatewayServiceEntity",
  "title": "ApiImplementationGatewayServiceEntity",
  "description": "A gateway service that implements an API",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/UUID"
    },
    "created_at": {
      "$ref": "#/components/schemas/CreatedAt"
    },
    "updated_at": {
      "$ref": "#/components/schemas/UpdatedAt"
    },
    "service": {
      "$ref": "#/components/schemas/ApiImplementationService"
    }
  },
  "additionalProperties": false,
  "x-speakeasy-name-override": "Service Reference"
}