From ff445408603b636d8b4b892e8ca3a5c8df00a540 Mon Sep 17 00:00:00 2001 From: Jacob Burenstam Date: Fri, 24 Mar 2023 16:46:06 +0100 Subject: [PATCH] Set Semantic.wifiAccess as array type --- src/schemas/Semantics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({