Tyk · Schema

DatasourceSourceConfig

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
data_source_config string
kind string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-datasource-source-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DatasourceSourceConfig",
  "type": "object",
  "properties": {
    "data_source_config": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}