Tyk · Schema

MockResponse

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
body string
code integer
enabled boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-mock-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MockResponse",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    },
    "code": {
      "type": "integer"
    },
    "enabled": {
      "type": "boolean"
    }
  }
}