Service Token

Matches a specific Access Service Token

APIs.ioEngineeringPlatform

Properties

Name Type Description
service_token object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-service-token-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_service_token_rule",
  "title": "Service Token",
  "description": "Matches a specific Access Service Token",
  "properties": {
    "service_token": {
      "properties": {
        "token_id": {
          "description": "The ID of a Service Token.",
          "example": "aa0a4aab-672b-4bdb-bc33-a59f1130a11f",
          "type": "string"
        }
      },
      "required": [
        "token_id"
      ],
      "type": "object"
    }
  },
  "required": [
    "service_token"
  ],
  "type": "object"
}