Tetrate · Schema

APIList

EnterpriseEnvoyIstioKubernetesService Mesh

Properties

Name Type Description
apis array
View JSON Schema on GitHub

JSON Schema

tetrate-apilist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/APIList",
  "title": "APIList",
  "type": "object",
  "properties": {
    "apis": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/API"
      }
    }
  }
}