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