Tyk · Schema

FromOASExamples

API GatewayAPI ManagementGraphQLOpen Source

Properties

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

JSON Schema

tyk-gateway-from-oas-examples-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FromOASExamples",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "contentType": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "exampleName": {
      "type": "string"
    }
  }
}