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; }; /**