Tyk · Schema

EndpointMethod

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-endpoint-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EndpointMethod",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  }
}