diff --git a/src/schemas/Semantics.ts b/src/schemas/Semantics.ts index e3a8993..9a3a79b 100644 --- a/src/schemas/Semantics.ts +++ b/src/schemas/Semantics.ts @@ -176,7 +176,7 @@ export interface Semantics { venuePhoneNumber?: string; venueRoom?: string; - wifiAccess?: SemanticTagType.WifiNetwork; + wifiAccess?: SemanticTagType.WifiNetwork[]; } export const Semantics = Joi.object().keys({