token in form of UUID
{ "$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" }