Ambassador · Schema

MappingList

List of Mapping resources

API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

Properties

Name Type Description
apiVersion string
kind string
metadata object
items array List of Mapping resources
View JSON Schema on GitHub

JSON Schema

ambassador-mapping-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MappingList",
  "type": "object",
  "description": "List of Mapping resources",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "items": {
      "type": "array",
      "description": "List of Mapping resources"
    }
  }
}