{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SnowflakeType", "title": "SnowflakeType", "type": "string", "pattern": "^(0|[1-9][0-9]*)$", "format": "snowflake" }