Ambassador · JSON Structure

Ambassador Mapping List Structure

Type: object Properties: 4
API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

MappingList is a JSON Structure definition published by Ambassador, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

apiVersion kind metadata items

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MappingList",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "items": {
      "type": "array"
    }
  }
}