Tyk · Schema

BasicAuthData

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
hash_type string
password string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-basic-auth-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BasicAuthData",
  "type": "object",
  "properties": {
    "hash_type": {
      "type": "string"
    },
    "password": {
      "type": "string"
    }
  }
}