Tyk · Schema

TransformBody

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
body string
enabled boolean
format string
path string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-transform-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TransformBody",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "format": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}