aaa_token

token in form of UUID

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-token-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_token",
  "title": "aaa_token",
  "description": "token in form of UUID",
  "example": "a313ba7d-3e46-4c0e-a408-08fafbc3816a",
  "maxLength": 36,
  "readOnly": true,
  "type": "string"
}