Kong · Schema

API Package Publication

An API Package publication in a portal

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
auto_approve_registrations object
auth_strategy_ids object
visibility object
warnings array Informational warnings (e.g. incompatible fields stripped for ACE). Empty if none.
created_at object
updated_at object
View JSON Schema on GitHub

JSON Schema

kong-apipackagepublication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiPackagePublication",
  "title": "API Package Publication",
  "description": "An API Package publication in a portal",
  "type": "object",
  "properties": {
    "auto_approve_registrations": {
      "$ref": "#/components/schemas/AutoApproveRegistrations"
    },
    "auth_strategy_ids": {
      "$ref": "#/components/schemas/ApiPublicationAuthStrategyIds"
    },
    "visibility": {
      "$ref": "#/components/schemas/ApiPublicationVisibility"
    },
    "warnings": {
      "description": "Informational warnings (e.g. incompatible fields stripped for ACE). Empty if none.",
      "type": "array",
      "items": {
        "type": "string"
      },
      "readOnly": true
    },
    "created_at": {
      "$ref": "#/components/schemas/CreatedAt"
    },
    "updated_at": {
      "$ref": "#/components/schemas/UpdatedAt"
    }
  },
  "additionalProperties": false
}