Ambassador · JSON Structure

Ambassador Mapping Status Structure

Type: object Properties: 2
API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

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

Properties

state reason

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MappingStatus",
  "type": "object",
  "properties": {
    "state": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    }
  }
}