Tyk · Schema

DatasourceTypeFieldConfiguration

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
field_name string
type_name string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-datasource-type-field-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DatasourceTypeFieldConfiguration",
  "type": "object",
  "properties": {
    "field_name": {
      "type": "string"
    },
    "type_name": {
      "type": "string"
    }
  }
}