From 066490c239d3513e66c2b5c01861f9822f84bf87 Mon Sep 17 00:00:00 2001 From: Garth Poitras <411908+gpoitch@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:44:13 -0400 Subject: [PATCH] Optional venuePlaceID on UpcomingPassInformation --- src/schemas/UpcomingPassInformation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/UpcomingPassInformation.ts b/src/schemas/UpcomingPassInformation.ts index 298695b..09fe2e4 100644 --- a/src/schemas/UpcomingPassInformation.ts +++ b/src/schemas/UpcomingPassInformation.ts @@ -231,7 +231,7 @@ export interface UpcomingPassInformationEntry { /** The semantic, machine-readable metadata about the upcoming pass information entry. */ semantics?: Semantics & { - venuePlaceID: string; + venuePlaceID?: string; }; /**