Ambassador · JSON Structure

Ambassador Module Spec Structure

Type: object Properties: 2
API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

ModuleSpec 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

config ambassador_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ModuleSpec",
  "type": "object",
  "properties": {
    "config": {
      "type": "object"
    },
    "ambassador_id": {
      "type": "array"
    }
  }
}