Tyk · Schema

PinnedPublicKey

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
domain string
publicKeys array
View JSON Schema on GitHub

JSON Schema

tyk-gateway-pinned-public-key-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PinnedPublicKey",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string"
    },
    "publicKeys": {
      "type": "array"
    }
  }
}