Any Valid Service Token

Matches any valid Access Service Token

APIs.ioEngineeringPlatform

Properties

Name Type Description
any_valid_service_token object An empty object which matches on all service tokens.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-any-valid-service-token-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_any_valid_service_token_rule",
  "title": "Any Valid Service Token",
  "description": "Matches any valid Access Service Token",
  "properties": {
    "any_valid_service_token": {
      "description": "An empty object which matches on all service tokens.",
      "example": {},
      "type": "object"
    }
  },
  "required": [
    "any_valid_service_token"
  ],
  "type": "object"
}