Tyk · JSON Structure

Tyk Gateway Mock Response Meta Structure

Type: object Properties: 7
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

body code disabled headers ignore_case method path

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MockResponseMeta",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    },
    "code": {
      "type": "integer"
    },
    "disabled": {
      "type": "boolean"
    },
    "headers": {
      "type": "object"
    },
    "ignore_case": {
      "type": "boolean"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}