Contains a unique identifier used for a user.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserId", "title": "UserId", "description": "Contains a unique identifier used for a user.", "type": "string", "format": "uuid", "example": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7", "readOnly": true }