{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UnscopedUuid", "title": "UnscopedUuid", "type": "string", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$" }