Set Semantic.wifiAccess as array type

This commit is contained in:
Jacob Burenstam
2023-03-24 16:46:06 +01:00
parent c058863618
commit ff44540860

View File

@@ -176,7 +176,7 @@ export interface Semantics {
venuePhoneNumber?: string;
venueRoom?: string;
wifiAccess?: SemanticTagType.WifiNetwork;
wifiAccess?: SemanticTagType.WifiNetwork[];
}
export const Semantics = Joi.object<Semantics>().keys({