{"openapi":"3.0.0","info":{"title":"Public Api","version":"beta","description":"Response bodies vary by endpoint and may return `{ data }`, `{ dataList }`, `{ dataList, pagination }`, or no body for status-only operations. Successful responses use the HTTP status defined on each operation. Error responses return `{ error: { code, message, status, meta } }` with the corresponding HTTP status code."},"paths":{"/public-api/v1/auth":{"post":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"accessToken":{"type":"string","description":"Bearer JWT for subsequent API requests"},"userId":{"type":"string","format":"uuid","description":"ID of the authenticated user"},"expiresIn":{"type":"string","description":"Token expiry duration","example":"1h"}},"required":["accessToken","userId","expiresIn"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiToken":{"type":"string","description":"API token obtained from the platform admin panel"}},"required":["apiToken"],"additionalProperties":false}}}},"tags":["Auth"],"operationId":"issueJwt","summary":"Issue a short-lived JWT for API access"}},"/public-api/v1/event":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"organizationId":{"type":"string","format":"uuid"},"isPublished":{"type":"boolean","default":false},"publishedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"rawData":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}}},"additionalProperties":false}},"required":["id","locationLatLng","startsAt","endsAt","entryStartsAt","entryEndsAt","timezone","types","categories","format","entryType","defaultLocale","supportedLocales","extensionData","contentI18n","organizationId","publishedAt","createdAt","updatedAt","rawData"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"type":"number","format":"float","description":"Current page number"},"pageSize":{"type":"number","format":"float","description":"Number of items per page"},"pageCount":{"type":"number","format":"float","description":"Total number of pages"},"totalCount":{"type":"number","format":"float","description":"Total number of items"}},"required":["page","pageSize","pageCount","totalCount"],"additionalProperties":false}},"required":["dataList","pagination"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"page","in":"query","schema":{"type":"number","format":"float","minimum":1,"default":1}},{"description":"Optional inclusive ending page for requesting a range of pages. Maximum page range: 200.","name":"pageEnd","in":"query","schema":{"type":"number","format":"float","minimum":0,"maximum":0}},{"name":"pageSize","in":"query","schema":{"type":"number","format":"float","minimum":1,"maximum":100,"default":25}},{"description":"Multiple Sort syntax \"-\" DESC, Empty for ASC, Available sorts: createdAt, updatedAt, startsAt, endsAt, name","example":"-sorterA,sorterB","name":"sort","in":"query","schema":{"type":"string","default":"-createdAt"}},{"properties":{"organizationId":{"type":"string","format":"uuid"},"name":{"type":"string"},"isPublished":{"type":"boolean"},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"type":"object","properties":{"$eq":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}]},"$in":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}]}},"$nin":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}]}},"$gt":{"type":"number","format":"float"},"$gte":{"type":"number","format":"float"},"$lt":{"type":"number","format":"float"},"$lte":{"type":"number","format":"float"},"$exists":{"type":"boolean"}},"additionalProperties":false},{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"description":"Shorthand equivalent to $eq for non array values"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"description":"Shorthand equivalent to $eq for array values"}}]},"example":{"key1":{"$eq":"value","$in":["value1","value2",100,true],"$nin":["value1","value2",500,false],"$gt":1,"$gte":2,"$lt":3,"$lte":4,"$exists":true},"key2":"value","key3":[123,456]}}},"description":"This key can be provided in the body with key \"filter\" or query with stringified & encodeURIComponent format, e.g. query.filter = encodeURIComponent(JSON.stringify(filter)). Please refer to schema in body and do not provide both at the same time.","name":"filter","in":"query","schema":{"type":"object","additionalProperties":false}}],"requestBody":{"$ref":"#/components/requestBodies/getPaginatedEventBody"},"security":[{"bearerAuth":[]}],"tags":["Event"],"operationId":"getPaginatedEvent","summary":"List all events you host or manage","description":"Returns events across all organizations you belong to. Supports filtering by organizationId, name, isPublished, and extension data fields."},"post":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"organizationId":{"type":"string","format":"uuid"},"isPublished":{"type":"boolean","default":false},"publishedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"rawData":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}}},"additionalProperties":false}},"required":["id","locationLatLng","startsAt","endsAt","entryStartsAt","entryEndsAt","timezone","types","categories","format","entryType","defaultLocale","supportedLocales","extensionData","contentI18n","organizationId","publishedAt","createdAt","updatedAt","rawData"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"organizationId":{"type":"string","format":"uuid"},"name":{"type":"string"},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"timezone":{"type":"string","enum":["Africa/Abidjan","Africa/Accra","Africa/Addis_Ababa","Africa/Algiers","Africa/Asmara","Africa/Bamako","Africa/Bangui","Africa/Banjul","Africa/Bissau","Africa/Blantyre","Africa/Brazzaville","Africa/Bujumbura","Africa/Cairo","Africa/Casablanca","Africa/Ceuta","Africa/Conakry","Africa/Dakar","Africa/Dar_es_Salaam","Africa/Djibouti","Africa/Douala","Africa/El_Aaiun","Africa/Freetown","Africa/Gaborone","Africa/Harare","Africa/Johannesburg","Africa/Juba","Africa/Kampala","Africa/Khartoum","Africa/Kigali","Africa/Kinshasa","Africa/Lagos","Africa/Libreville","Africa/Lome","Africa/Luanda","Africa/Lubumbashi","Africa/Lusaka","Africa/Malabo","Africa/Maputo","Africa/Maseru","Africa/Mbabane","Africa/Mogadishu","Africa/Monrovia","Africa/Nairobi","Africa/Ndjamena","Africa/Niamey","Africa/Nouakchott","Africa/Ouagadougou","Africa/Porto-Novo","Africa/Sao_Tome","Africa/Tripoli","Africa/Tunis","Africa/Windhoek","America/Adak","America/Anchorage","America/Anguilla","America/Antigua","America/Araguaina","America/Argentina/Buenos_Aires","America/Argentina/Catamarca","America/Argentina/Cordoba","America/Argentina/Jujuy","America/Argentina/La_Rioja","America/Argentina/Mendoza","America/Argentina/Rio_Gallegos","America/Argentina/Salta","America/Argentina/San_Juan","America/Argentina/San_Luis","America/Argentina/Tucuman","America/Argentina/Ushuaia","America/Aruba","America/Asuncion","America/Atikokan","America/Bahia","America/Bahia_Banderas","America/Barbados","America/Belem","America/Belize","America/Blanc-Sablon","America/Boa_Vista","America/Bogota","America/Boise","America/Cambridge_Bay","America/Campo_Grande","America/Cancun","America/Caracas","America/Cayenne","America/Cayman","America/Chicago","America/Chihuahua","America/Costa_Rica","America/Creston","America/Cuiaba","America/Curacao","America/Danmarkshavn","America/Dawson","America/Dawson_Creek","America/Denver","America/Detroit","America/Dominica","America/Edmonton","America/Eirunepe","America/El_Salvador","America/Fort_Nelson","America/Fortaleza","America/Glace_Bay","America/Godthab","America/Goose_Bay","America/Grand_Turk","America/Grenada","America/Guadeloupe","America/Guatemala","America/Guayaquil","America/Guyana","America/Halifax","America/Havana","America/Hermosillo","America/Indiana/Indianapolis","America/Indiana/Knox","America/Indiana/Marengo","America/Indiana/Petersburg","America/Indiana/Tell_City","America/Indiana/Vevay","America/Indiana/Vincennes","America/Indiana/Winamac","America/Inuvik","America/Iqaluit","America/Jamaica","America/Juneau","America/Kentucky/Louisville","America/Kentucky/Monticello","America/Kralendijk","America/La_Paz","America/Lima","America/Los_Angeles","America/Lower_Princes","America/Maceio","America/Managua","America/Manaus","America/Marigot","America/Martinique","America/Matamoros","America/Mazatlan","America/Menominee","America/Merida","America/Metlakatla","America/Mexico_City","America/Miquelon","America/Moncton","America/Monterrey","America/Montevideo","America/Montreal","America/Montserrat","America/Nassau","America/New_York","America/Nipigon","America/Nome","America/Noronha","America/North_Dakota/Beulah","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/Nuuk","America/Ojinaga","America/Panama","America/Pangnirtung","America/Paramaribo","America/Phoenix","America/Port-au-Prince","America/Port_of_Spain","America/Porto_Velho","America/Puerto_Rico","America/Punta_Arenas","America/Rainy_River","America/Rankin_Inlet","America/Recife","America/Regina","America/Resolute","America/Rio_Branco","America/Santa_Isabel","America/Santarem","America/Santiago","America/Santo_Domingo","America/Sao_Paulo","America/Scoresbysund","America/Shiprock","America/Sitka","America/St_Barthelemy","America/St_Johns","America/St_Kitts","America/St_Lucia","America/St_Thomas","America/St_Vincent","America/Swift_Current","America/Tegucigalpa","America/Thule","America/Thunder_Bay","America/Tijuana","America/Toronto","America/Tortola","America/Vancouver","America/Whitehorse","America/Winnipeg","America/Yakutat","America/Yellowknife","Antarctica/Casey","Antarctica/Davis","Antarctica/DumontDUrville","Antarctica/Macquarie","Antarctica/Mawson","Antarctica/McMurdo","Antarctica/Palmer","Antarctica/Rothera","Antarctica/South_Pole","Antarctica/Syowa","Antarctica/Troll","Antarctica/Vostok","Arctic/Longyearbyen","Asia/Aden","Asia/Almaty","Asia/Amman","Asia/Anadyr","Asia/Aqtau","Asia/Aqtobe","Asia/Ashgabat","Asia/Atyrau","Asia/Baghdad","Asia/Bahrain","Asia/Baku","Asia/Bangkok","Asia/Barnaul","Asia/Beirut","Asia/Bishkek","Asia/Brunei","Asia/Calcutta","Asia/Chita","Asia/Choibalsan","Asia/Chongqing","Asia/Colombo","Asia/Damascus","Asia/Dhaka","Asia/Dili","Asia/Dubai","Asia/Dushanbe","Asia/Famagusta","Asia/Gaza","Asia/Harbin","Asia/Hebron","Asia/Ho_Chi_Minh","Asia/Hong_Kong","Asia/Hovd","Asia/Irkutsk","Asia/Jakarta","Asia/Jayapura","Asia/Jerusalem","Asia/Kabul","Asia/Kamchatka","Asia/Karachi","Asia/Kashgar","Asia/Kathmandu","Asia/Katmandu","Asia/Khandyga","Asia/Kolkata","Asia/Krasnoyarsk","Asia/Kuala_Lumpur","Asia/Kuching","Asia/Kuwait","Asia/Macau","Asia/Magadan","Asia/Makassar","Asia/Manila","Asia/Muscat","Asia/Nicosia","Asia/Novokuznetsk","Asia/Novosibirsk","Asia/Omsk","Asia/Oral","Asia/Phnom_Penh","Asia/Pontianak","Asia/Pyongyang","Asia/Qatar","Asia/Qostanay","Asia/Qyzylorda","Asia/Rangoon","Asia/Riyadh","Asia/Sakhalin","Asia/Samarkand","Asia/Seoul","Asia/Shanghai","Asia/Singapore","Asia/Srednekolymsk","Asia/Taipei","Asia/Tashkent","Asia/Tbilisi","Asia/Tehran","Asia/Thimphu","Asia/Tokyo","Asia/Tomsk","Asia/Ulaanbaatar","Asia/Urumqi","Asia/Ust-Nera","Asia/Vientiane","Asia/Vladivostok","Asia/Yakutsk","Asia/Yangon","Asia/Yekaterinburg","Asia/Yerevan","Atlantic/Azores","Atlantic/Bermuda","Atlantic/Canary","Atlantic/Cape_Verde","Atlantic/Faroe","Atlantic/Madeira","Atlantic/Reykjavik","Atlantic/South_Georgia","Atlantic/St_Helena","Atlantic/Stanley","Australia/Adelaide","Australia/Brisbane","Australia/Broken_Hill","Australia/Currie","Australia/Darwin","Australia/Eucla","Australia/Hobart","Australia/Lindeman","Australia/Lord_Howe","Australia/Melbourne","Australia/Perth","Australia/Sydney","Europe/Amsterdam","Europe/Andorra","Europe/Astrakhan","Europe/Athens","Europe/Belgrade","Europe/Berlin","Europe/Bratislava","Europe/Brussels","Europe/Bucharest","Europe/Budapest","Europe/Busingen","Europe/Chisinau","Europe/Copenhagen","Europe/Dublin","Europe/Gibraltar","Europe/Guernsey","Europe/Helsinki","Europe/Isle_of_Man","Europe/Istanbul","Europe/Jersey","Europe/Kaliningrad","Europe/Kiev","Europe/Kirov","Europe/Lisbon","Europe/Ljubljana","Europe/London","Europe/Luxembourg","Europe/Madrid","Europe/Malta","Europe/Mariehamn","Europe/Minsk","Europe/Monaco","Europe/Moscow","Europe/Oslo","Europe/Paris","Europe/Podgorica","Europe/Prague","Europe/Riga","Europe/Rome","Europe/Samara","Europe/San_Marino","Europe/Sarajevo","Europe/Saratov","Europe/Simferopol","Europe/Skopje","Europe/Sofia","Europe/Stockholm","Europe/Tallinn","Europe/Tirane","Europe/Ulyanovsk","Europe/Uzhgorod","Europe/Vaduz","Europe/Vatican","Europe/Vienna","Europe/Vilnius","Europe/Volgograd","Europe/Warsaw","Europe/Zagreb","Europe/Zaporozhye","Europe/Zurich","GMT","Indian/Antananarivo","Indian/Chagos","Indian/Christmas","Indian/Cocos","Indian/Comoro","Indian/Kerguelen","Indian/Mahe","Indian/Maldives","Indian/Mauritius","Indian/Mayotte","Indian/Reunion","Pacific/Apia","Pacific/Auckland","Pacific/Bougainville","Pacific/Chatham","Pacific/Chuuk","Pacific/Easter","Pacific/Efate","Pacific/Enderbury","Pacific/Fakaofo","Pacific/Fiji","Pacific/Funafuti","Pacific/Galapagos","Pacific/Gambier","Pacific/Guadalcanal","Pacific/Guam","Pacific/Honolulu","Pacific/Johnston","Pacific/Kiritimati","Pacific/Kosrae","Pacific/Kwajalein","Pacific/Majuro","Pacific/Marquesas","Pacific/Midway","Pacific/Nauru","Pacific/Niue","Pacific/Norfolk","Pacific/Noumea","Pacific/Pago_Pago","Pacific/Palau","Pacific/Pitcairn","Pacific/Pohnpei","Pacific/Ponape","Pacific/Port_Moresby","Pacific/Rarotonga","Pacific/Saipan","Pacific/Tahiti","Pacific/Tarawa","Pacific/Tongatapu","Pacific/Truk","Pacific/Wake","Pacific/Wallis"]},"format":{"type":"string","enum":["virtual","in-person","hybrid"]},"estimatedAttendeeCount":{"type":"string","enum":["1-10","11-20","21-50","51-100","101-200","201-300","301-500","501-1000","1001-2000","2001-5000","5001-10000",">10000"]}},"required":["organizationId","name","startsAt","endsAt","timezone","format","estimatedAttendeeCount"],"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Event"],"operationId":"createEvent","summary":"Create a new event in your organization"}},"/public-api/v1/event/hosting-event":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"organizationId":{"type":"string","format":"uuid"},"isPublished":{"type":"boolean","default":false},"publishedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"rawData":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}}},"additionalProperties":false}},"required":["id","locationLatLng","startsAt","endsAt","entryStartsAt","entryEndsAt","timezone","types","categories","format","entryType","defaultLocale","supportedLocales","extensionData","contentI18n","organizationId","publishedAt","createdAt","updatedAt","rawData"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"type":"number","format":"float","description":"Current page number"},"pageSize":{"type":"number","format":"float","description":"Number of items per page"},"pageCount":{"type":"number","format":"float","description":"Total number of pages"},"totalCount":{"type":"number","format":"float","description":"Total number of items"}},"required":["page","pageSize","pageCount","totalCount"],"additionalProperties":false}},"required":["dataList","pagination"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"page","in":"query","schema":{"type":"number","format":"float","minimum":1,"default":1}},{"description":"Optional inclusive ending page for requesting a range of pages. Maximum page range: 200.","name":"pageEnd","in":"query","schema":{"type":"number","format":"float","minimum":0,"maximum":0}},{"name":"pageSize","in":"query","schema":{"type":"number","format":"float","minimum":1,"maximum":100,"default":25}},{"description":"Multiple Sort syntax \"-\" DESC, Empty for ASC, Available sorts: createdAt, updatedAt, startsAt, endsAt, name","example":"-sorterA,sorterB","name":"sort","in":"query","schema":{"type":"string","default":"-createdAt"}},{"properties":{"organizationId":{"type":"string","format":"uuid"},"name":{"type":"string"},"isPublished":{"type":"boolean"},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"type":"object","properties":{"$eq":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}]},"$in":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}]}},"$nin":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}]}},"$gt":{"type":"number","format":"float"},"$gte":{"type":"number","format":"float"},"$lt":{"type":"number","format":"float"},"$lte":{"type":"number","format":"float"},"$exists":{"type":"boolean"}},"additionalProperties":false},{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"description":"Shorthand equivalent to $eq for non array values"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"description":"Shorthand equivalent to $eq for array values"}}]},"example":{"key1":{"$eq":"value","$in":["value1","value2",100,true],"$nin":["value1","value2",500,false],"$gt":1,"$gte":2,"$lt":3,"$lte":4,"$exists":true},"key2":"value","key3":[123,456]}}},"description":"This key can be provided in the body with key \"filter\" or query with stringified & encodeURIComponent format, e.g. query.filter = encodeURIComponent(JSON.stringify(filter)). Please refer to schema in body and do not provide both at the same time.","name":"filter","in":"query","schema":{"type":"object","additionalProperties":false}}],"requestBody":{"$ref":"#/components/requestBodies/getPaginatedEventBody"},"security":[{"bearerAuth":[]}],"tags":["Event"],"operationId":"getPaginatedHostingEvent","summary":"List events you host","description":"Returns only events where you are a host (not just a manager), across all organizations you belong to. Supports the same filters as the general event listing."}},"/public-api/v1/event/{eventId}/attendee":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"qrCodeToken":{"type":"string","nullable":true},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false},"roleTags":{"type":"array","items":{"type":"string","enum":["organizer","host","speaker","exhibitor","booth-rep","visitor","system"]}},"status":{"type":"string","enum":["invited","registered","attended","magic-link"]},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"firstEnteredWebAppAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"registeredAt":{"type":"string","format":"date-time","nullable":true},"attendedAt":{"type":"string","format":"date-time","nullable":true},"checkInMethod":{"type":"string","enum":["walk_in","check_in","qr_code","search"],"nullable":true},"checkedInAt":{"type":"string","format":"date-time","nullable":true},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"],"nullable":true},"approvedAt":{"type":"string","format":"date-time","nullable":true},"rejectedAt":{"type":"string","format":"date-time","nullable":true},"magicLinkUrl":{"type":"string","nullable":true},"qrCodeLinkUrl":{"type":"string","nullable":true},"ticketClassId":{"type":"string","format":"uuid","nullable":true},"addOns":{"type":"array","items":{"type":"object","properties":{"ticketClassAddOnId":{"type":"string","format":"uuid"},"qty":{"type":"integer"}},"additionalProperties":false}},"attendeeTagIdList":{"type":"array","items":{"type":"string","format":"uuid"}},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"cloudflarePlaybackUrl":{"type":"string","nullable":true},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false}]}}},"additionalProperties":false},"description":"Map of custom question IDs to their values. Each key is the custom question ID. The `value` field type depends on the question type: a string for text questions, an array of choice IDs for multiple-choice questions, or a boolean for yes/no questions. The `mediaValues` array contains full media response objects (image, file, or video) when media is attached to the field, or an empty array otherwise.","example":{"questionIdString":{"value":"Some text answer","mediaValues":[]},"questionIdMc":{"value":["choice-id-1","choice-id-2"],"mediaValues":[]},"questionIdMedia":{"value":null,"mediaValues":[{"id":"123e4567-e89b-12d3-a456-426614174000","originalFilename":"photo.jpg","previewFilename":"photo-preview.jpg","originalFilepath":"/uploads/photo.jpg","previewFilepath":"/uploads/photo-preview.jpg","mimeType":"image/jpeg","type":"image","size":1024000}]}}},"rawData":{"type":"object","properties":{"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"type":"string","format":"uuid"}}},"additionalProperties":false},"description":"Only support update with exist (active / archived) custom questions in question library"},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"]},"qrCodeToken":{"type":"string","nullable":true},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false,"description":"Attendee profile fields that can be created or updated via the API","example":{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"}},"rsvpStatus":{"type":"string","enum":["pending","invited","registered","rejected","not-applicable"],"nullable":true},"orderId":{"type":"string","format":"uuid","nullable":true}},"additionalProperties":false,"description":"Full attendee response object returned by all attendee endpoints","examples":[{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"},{"id":"550e8400-e29b-41d4-a716-446655440000","name":"John Doe","firstName":"John","lastName":"Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"roleTags":["ATTENDEE"],"status":"registered","registrationStatus":"REGISTERED","createdAt":"2024-01-01T00:00:00.000Z","updatedAt":"2024-01-01T00:00:00.000Z","registeredAt":"2024-01-01T00:00:00.000Z","attendedAt":null,"checkInMethod":null,"checkedInAt":null,"approvalStatus":null,"approvedAt":null,"rejectedAt":null,"firstEnteredWebAppAt":null,"magicLinkUrl":null,"qrCodeLinkUrl":null,"ticketClassId":"550e8400-e29b-41d4-a716-446655440001","addOns":[],"attendeeTagIdList":[],"rsvpStatus":null,"orderId":"550e8400-e29b-41d4-a716-446655440002","customCheckInToken":null,"qrCodeToken":null,"registerUtmParams":{}}]}},"pagination":{"type":"object","properties":{"page":{"type":"number","format":"float","description":"Current page number"},"pageSize":{"type":"number","format":"float","description":"Number of items per page"},"pageCount":{"type":"number","format":"float","description":"Total number of pages"},"totalCount":{"type":"number","format":"float","description":"Total number of items"}},"required":["page","pageSize","pageCount","totalCount"],"additionalProperties":false}},"required":["dataList","pagination"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"page","in":"query","schema":{"type":"number","format":"float","minimum":1,"default":1}},{"description":"Optional inclusive ending page for requesting a range of pages. Maximum page range: 200.","name":"pageEnd","in":"query","schema":{"type":"number","format":"float","minimum":0,"maximum":0}},{"name":"pageSize","in":"query","schema":{"type":"number","format":"float","minimum":1,"maximum":100,"default":25}},{"description":"Multiple Sort syntax \"-\" DESC, Empty for ASC, Available sorts: id, name, firstName, lastName, createdAt, updatedAt, registeredAt, areaCode, contactNo, email, jobTitle, organization, city, country, suspendStatus, registrationStatus, attendedAt, approvalStatus, approvedAt, rejectedAt, attendee_tag_id","example":"-sorterA,sorterB","name":"sort","in":"query","schema":{"type":"string","default":"-id"}},{"description":"JSON array of attendee UUIDs to filter by","example":"[\"550e8400-e29b-41d4-a716-446655440000\"]","name":"attendeeIds","in":"query","schema":{"type":"string"}},{"description":"Filter attendees created after this ISO 8601 datetime","example":"2024-01-01T00:00:00.000Z","name":"createdAt$gt","in":"query","schema":{"type":"string","format":"date-time"}},{"description":"JSON object of custom field question IDs to values for exact-match filtering","example":"{\"question-uuid\": \"value\"}","name":"customFields","in":"query","schema":{"type":"string"}},{"description":"Free-text search across attendee name and email fields","example":"John","name":"q","in":"query","schema":{"type":"string"}},{"description":"JSON object of custom field question IDs to text search terms (only text/textarea type questions supported)","example":"{\"question-uuid\": \"search term\"}","name":"customFieldSearch","in":"query","schema":{"type":"string"}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"getPaginatedAttendeeByEventId","summary":"List attendees for an event"}},"/public-api/v1/event/{eventId}/attendee/bulk-upsert":{"put":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"qrCodeToken":{"type":"string","nullable":true},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false},"roleTags":{"type":"array","items":{"type":"string","enum":["organizer","host","speaker","exhibitor","booth-rep","visitor","system"]}},"status":{"type":"string","enum":["invited","registered","attended","magic-link"]},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"firstEnteredWebAppAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"registeredAt":{"type":"string","format":"date-time","nullable":true},"attendedAt":{"type":"string","format":"date-time","nullable":true},"checkInMethod":{"type":"string","enum":["walk_in","check_in","qr_code","search"],"nullable":true},"checkedInAt":{"type":"string","format":"date-time","nullable":true},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"],"nullable":true},"approvedAt":{"type":"string","format":"date-time","nullable":true},"rejectedAt":{"type":"string","format":"date-time","nullable":true},"magicLinkUrl":{"type":"string","nullable":true},"qrCodeLinkUrl":{"type":"string","nullable":true},"ticketClassId":{"type":"string","format":"uuid","nullable":true},"addOns":{"type":"array","items":{"type":"object","properties":{"ticketClassAddOnId":{"type":"string","format":"uuid"},"qty":{"type":"integer"}},"additionalProperties":false}},"attendeeTagIdList":{"type":"array","items":{"type":"string","format":"uuid"}},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"cloudflarePlaybackUrl":{"type":"string","nullable":true},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false}]}}},"additionalProperties":false},"description":"Map of custom question IDs to their values. Each key is the custom question ID. The `value` field type depends on the question type: a string for text questions, an array of choice IDs for multiple-choice questions, or a boolean for yes/no questions. The `mediaValues` array contains full media response objects (image, file, or video) when media is attached to the field, or an empty array otherwise.","example":{"questionIdString":{"value":"Some text answer","mediaValues":[]},"questionIdMc":{"value":["choice-id-1","choice-id-2"],"mediaValues":[]},"questionIdMedia":{"value":null,"mediaValues":[{"id":"123e4567-e89b-12d3-a456-426614174000","originalFilename":"photo.jpg","previewFilename":"photo-preview.jpg","originalFilepath":"/uploads/photo.jpg","previewFilepath":"/uploads/photo-preview.jpg","mimeType":"image/jpeg","type":"image","size":1024000}]}}},"rawData":{"type":"object","properties":{"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"type":"string","format":"uuid"}}},"additionalProperties":false},"description":"Only support update with exist (active / archived) custom questions in question library"},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"]},"qrCodeToken":{"type":"string","nullable":true},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false,"description":"Attendee profile fields that can be created or updated via the API","example":{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"}},"rsvpStatus":{"type":"string","enum":["pending","invited","registered","rejected","not-applicable"],"nullable":true},"orderId":{"type":"string","format":"uuid","nullable":true}},"additionalProperties":false,"description":"Full attendee response object returned by all attendee endpoints","examples":[{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"},{"id":"550e8400-e29b-41d4-a716-446655440000","name":"John Doe","firstName":"John","lastName":"Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"roleTags":["ATTENDEE"],"status":"registered","registrationStatus":"REGISTERED","createdAt":"2024-01-01T00:00:00.000Z","updatedAt":"2024-01-01T00:00:00.000Z","registeredAt":"2024-01-01T00:00:00.000Z","attendedAt":null,"checkInMethod":null,"checkedInAt":null,"approvalStatus":null,"approvedAt":null,"rejectedAt":null,"firstEnteredWebAppAt":null,"magicLinkUrl":null,"qrCodeLinkUrl":null,"ticketClassId":"550e8400-e29b-41d4-a716-446655440001","addOns":[],"attendeeTagIdList":[],"rsvpStatus":null,"orderId":"550e8400-e29b-41d4-a716-446655440002","customCheckInToken":null,"qrCodeToken":null,"registerUtmParams":{}}]}}},"required":["dataList"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","description":"When provide resource Id, it will update the resource, otherwise it will create a new resource"},"status":{"type":"string","enum":["registered","invited"],"description":"Deprecated. Will be removed at 2025 July, use `registrationStatus` instead. Can't be used together with `registrationStatus`"},"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"type":"string","format":"uuid"}}},"additionalProperties":false},"description":"Only support update with exist (active / archived) custom questions in question library"},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"]},"qrCodeToken":{"type":"string","nullable":true},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false,"description":"Attendee profile fields that can be created or updated via the API","example":{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"}},"minItems":1,"description":"Array of attendee objects for bulk creation or update. Include an `id` to update an existing attendee; omit `id` to create a new one.","example":[{"id":"550e8400-e29b-41d4-a716-446655440000","firstName":"John","lastName":"Doe","invitationEmail":"john@example.com","registrationStatus":"REGISTERED"},{"firstName":"Jane","lastName":"Smith","invitationEmail":"jane@example.com","registrationStatus":"INVITED"}]}}}},"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"bulkUpsertAttendeeByEventId","summary":"Bulk create or update attendees","description":"Accepts an array of attendee objects. Provide an `id` to update an existing attendee; omit it to create a new one. The deprecated `status` field maps to `registrationStatus`. Returns all upserted attendees in a flat list."}},"/public-api/v1/event/{eventId}/attendee/bulk-remove":{"delete":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attendeeIds":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["attendeeIds"],"additionalProperties":false,"description":"Request body for bulk removing attendees","example":{"attendeeIds":["550e8400-e29b-41d4-a716-446655440000"]}}}}},"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"bulkRemoveAttendeeByEventId","summary":"Remove attendees from an event","description":"Cancels attendee registrations and marks them as removed. This is a soft delete; attendee records are retained but hidden from normal queries."}},"/public-api/v1/event/{eventId}/attendee/bulk-delete":{"delete":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attendeeIds":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["attendeeIds"],"additionalProperties":false,"description":"Request body for permanently deleting attendees","example":{"attendeeIds":["550e8400-e29b-41d4-a716-446655440000"]}}}}},"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"bulkDeleteAttendeeByEventId","summary":"Permanently delete attendees","description":"Permanently deletes attendee records from the database. Unlike bulk remove, this is irreversible."}},"/public-api/v1/event/{eventId}/attendee/{attendeeId}":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"qrCodeToken":{"type":"string","nullable":true},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false},"roleTags":{"type":"array","items":{"type":"string","enum":["organizer","host","speaker","exhibitor","booth-rep","visitor","system"]}},"status":{"type":"string","enum":["invited","registered","attended","magic-link"]},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"firstEnteredWebAppAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"registeredAt":{"type":"string","format":"date-time","nullable":true},"attendedAt":{"type":"string","format":"date-time","nullable":true},"checkInMethod":{"type":"string","enum":["walk_in","check_in","qr_code","search"],"nullable":true},"checkedInAt":{"type":"string","format":"date-time","nullable":true},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"],"nullable":true},"approvedAt":{"type":"string","format":"date-time","nullable":true},"rejectedAt":{"type":"string","format":"date-time","nullable":true},"magicLinkUrl":{"type":"string","nullable":true},"qrCodeLinkUrl":{"type":"string","nullable":true},"ticketClassId":{"type":"string","format":"uuid","nullable":true},"addOns":{"type":"array","items":{"type":"object","properties":{"ticketClassAddOnId":{"type":"string","format":"uuid"},"qty":{"type":"integer"}},"additionalProperties":false}},"attendeeTagIdList":{"type":"array","items":{"type":"string","format":"uuid"}},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"cloudflarePlaybackUrl":{"type":"string","nullable":true},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false}]}}},"additionalProperties":false},"description":"Map of custom question IDs to their values. Each key is the custom question ID. The `value` field type depends on the question type: a string for text questions, an array of choice IDs for multiple-choice questions, or a boolean for yes/no questions. The `mediaValues` array contains full media response objects (image, file, or video) when media is attached to the field, or an empty array otherwise.","example":{"questionIdString":{"value":"Some text answer","mediaValues":[]},"questionIdMc":{"value":["choice-id-1","choice-id-2"],"mediaValues":[]},"questionIdMedia":{"value":null,"mediaValues":[{"id":"123e4567-e89b-12d3-a456-426614174000","originalFilename":"photo.jpg","previewFilename":"photo-preview.jpg","originalFilepath":"/uploads/photo.jpg","previewFilepath":"/uploads/photo-preview.jpg","mimeType":"image/jpeg","type":"image","size":1024000}]}}},"rawData":{"type":"object","properties":{"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"type":"string","format":"uuid"}}},"additionalProperties":false},"description":"Only support update with exist (active / archived) custom questions in question library"},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"]},"qrCodeToken":{"type":"string","nullable":true},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false,"description":"Attendee profile fields that can be created or updated via the API","example":{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"}},"rsvpStatus":{"type":"string","enum":["pending","invited","registered","rejected","not-applicable"],"nullable":true},"orderId":{"type":"string","format":"uuid","nullable":true}},"additionalProperties":false,"description":"Full attendee response object returned by all attendee endpoints","examples":[{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"},{"id":"550e8400-e29b-41d4-a716-446655440000","name":"John Doe","firstName":"John","lastName":"Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"roleTags":["ATTENDEE"],"status":"registered","registrationStatus":"REGISTERED","createdAt":"2024-01-01T00:00:00.000Z","updatedAt":"2024-01-01T00:00:00.000Z","registeredAt":"2024-01-01T00:00:00.000Z","attendedAt":null,"checkInMethod":null,"checkedInAt":null,"approvalStatus":null,"approvedAt":null,"rejectedAt":null,"firstEnteredWebAppAt":null,"magicLinkUrl":null,"qrCodeLinkUrl":null,"ticketClassId":"550e8400-e29b-41d4-a716-446655440001","addOns":[],"attendeeTagIdList":[],"rsvpStatus":null,"orderId":"550e8400-e29b-41d4-a716-446655440002","customCheckInToken":null,"qrCodeToken":null,"registerUtmParams":{}}]}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"attendeeId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"getAttendeeById","summary":"Get an attendee by ID"},"patch":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"qrCodeToken":{"type":"string","nullable":true},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false},"roleTags":{"type":"array","items":{"type":"string","enum":["organizer","host","speaker","exhibitor","booth-rep","visitor","system"]}},"status":{"type":"string","enum":["invited","registered","attended","magic-link"]},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"firstEnteredWebAppAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"registeredAt":{"type":"string","format":"date-time","nullable":true},"attendedAt":{"type":"string","format":"date-time","nullable":true},"checkInMethod":{"type":"string","enum":["walk_in","check_in","qr_code","search"],"nullable":true},"checkedInAt":{"type":"string","format":"date-time","nullable":true},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"],"nullable":true},"approvedAt":{"type":"string","format":"date-time","nullable":true},"rejectedAt":{"type":"string","format":"date-time","nullable":true},"magicLinkUrl":{"type":"string","nullable":true},"qrCodeLinkUrl":{"type":"string","nullable":true},"ticketClassId":{"type":"string","format":"uuid","nullable":true},"addOns":{"type":"array","items":{"type":"object","properties":{"ticketClassAddOnId":{"type":"string","format":"uuid"},"qty":{"type":"integer"}},"additionalProperties":false}},"attendeeTagIdList":{"type":"array","items":{"type":"string","format":"uuid"}},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"cloudflarePlaybackUrl":{"type":"string","nullable":true},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false}]}}},"additionalProperties":false},"description":"Map of custom question IDs to their values. Each key is the custom question ID. The `value` field type depends on the question type: a string for text questions, an array of choice IDs for multiple-choice questions, or a boolean for yes/no questions. The `mediaValues` array contains full media response objects (image, file, or video) when media is attached to the field, or an empty array otherwise.","example":{"questionIdString":{"value":"Some text answer","mediaValues":[]},"questionIdMc":{"value":["choice-id-1","choice-id-2"],"mediaValues":[]},"questionIdMedia":{"value":null,"mediaValues":[{"id":"123e4567-e89b-12d3-a456-426614174000","originalFilename":"photo.jpg","previewFilename":"photo-preview.jpg","originalFilepath":"/uploads/photo.jpg","previewFilepath":"/uploads/photo-preview.jpg","mimeType":"image/jpeg","type":"image","size":1024000}]}}},"rawData":{"type":"object","properties":{"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"type":"string","format":"uuid"}}},"additionalProperties":false},"description":"Only support update with exist (active / archived) custom questions in question library"},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"]},"qrCodeToken":{"type":"string","nullable":true},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false,"description":"Attendee profile fields that can be created or updated via the API","example":{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"}},"rsvpStatus":{"type":"string","enum":["pending","invited","registered","rejected","not-applicable"],"nullable":true},"orderId":{"type":"string","format":"uuid","nullable":true}},"additionalProperties":false,"description":"Full attendee response object returned by all attendee endpoints","examples":[{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"},{"id":"550e8400-e29b-41d4-a716-446655440000","name":"John Doe","firstName":"John","lastName":"Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"roleTags":["ATTENDEE"],"status":"registered","registrationStatus":"REGISTERED","createdAt":"2024-01-01T00:00:00.000Z","updatedAt":"2024-01-01T00:00:00.000Z","registeredAt":"2024-01-01T00:00:00.000Z","attendedAt":null,"checkInMethod":null,"checkedInAt":null,"approvalStatus":null,"approvedAt":null,"rejectedAt":null,"firstEnteredWebAppAt":null,"magicLinkUrl":null,"qrCodeLinkUrl":null,"ticketClassId":"550e8400-e29b-41d4-a716-446655440001","addOns":[],"attendeeTagIdList":[],"rsvpStatus":null,"orderId":"550e8400-e29b-41d4-a716-446655440002","customCheckInToken":null,"qrCodeToken":null,"registerUtmParams":{}}]}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"attendeeId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"customFields":{"type":"object","additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"type":"string","format":"uuid"}}},"additionalProperties":false},"description":"Only support update with exist (active / archived) custom questions in question library"},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"]},"qrCodeToken":{"type":"string","nullable":true},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false,"description":"Attendee profile fields that can be created or updated via the API","example":{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"}}}}},"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"patchAttendeeById","summary":"Partially update an attendee"}},"/public-api/v1/event/{eventId}/attendee/{attendeeId}/attendee-ticket":{"patch":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"qrCodeToken":{"type":"string","nullable":true},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false},"roleTags":{"type":"array","items":{"type":"string","enum":["organizer","host","speaker","exhibitor","booth-rep","visitor","system"]}},"status":{"type":"string","enum":["invited","registered","attended","magic-link"]},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"firstEnteredWebAppAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"registeredAt":{"type":"string","format":"date-time","nullable":true},"attendedAt":{"type":"string","format":"date-time","nullable":true},"checkInMethod":{"type":"string","enum":["walk_in","check_in","qr_code","search"],"nullable":true},"checkedInAt":{"type":"string","format":"date-time","nullable":true},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"],"nullable":true},"approvedAt":{"type":"string","format":"date-time","nullable":true},"rejectedAt":{"type":"string","format":"date-time","nullable":true},"magicLinkUrl":{"type":"string","nullable":true},"qrCodeLinkUrl":{"type":"string","nullable":true},"ticketClassId":{"type":"string","format":"uuid","nullable":true},"addOns":{"type":"array","items":{"type":"object","properties":{"ticketClassAddOnId":{"type":"string","format":"uuid"},"qty":{"type":"integer"}},"additionalProperties":false}},"attendeeTagIdList":{"type":"array","items":{"type":"string","format":"uuid"}},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"cloudflarePlaybackUrl":{"type":"string","nullable":true},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false}]}}},"additionalProperties":false},"description":"Map of custom question IDs to their values. Each key is the custom question ID. The `value` field type depends on the question type: a string for text questions, an array of choice IDs for multiple-choice questions, or a boolean for yes/no questions. The `mediaValues` array contains full media response objects (image, file, or video) when media is attached to the field, or an empty array otherwise.","example":{"questionIdString":{"value":"Some text answer","mediaValues":[]},"questionIdMc":{"value":["choice-id-1","choice-id-2"],"mediaValues":[]},"questionIdMedia":{"value":null,"mediaValues":[{"id":"123e4567-e89b-12d3-a456-426614174000","originalFilename":"photo.jpg","previewFilename":"photo-preview.jpg","originalFilepath":"/uploads/photo.jpg","previewFilepath":"/uploads/photo-preview.jpg","mimeType":"image/jpeg","type":"image","size":1024000}]}}},"rawData":{"type":"object","properties":{"name":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"invitationEmail":{"type":"string","nullable":true},"jobTitle":{"type":"string","nullable":true},"organization":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"areaCode":{"type":"string","nullable":true},"contactNo":{"type":"string","nullable":true},"customCheckInToken":{"type":"string","nullable":true},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"type":"string","format":"uuid"}}},"additionalProperties":false},"description":"Only support update with exist (active / archived) custom questions in question library"},"approvalStatus":{"type":"string","enum":["waitlisted","approved","rejected"]},"qrCodeToken":{"type":"string","nullable":true},"registrationStatus":{"type":"string","enum":["pending","registered","not-applicable"]},"registerUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false}},"additionalProperties":false,"description":"Attendee profile fields that can be created or updated via the API","example":{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"}},"rsvpStatus":{"type":"string","enum":["pending","invited","registered","rejected","not-applicable"],"nullable":true},"orderId":{"type":"string","format":"uuid","nullable":true}},"additionalProperties":false,"description":"Full attendee response object returned by all attendee endpoints","examples":[{"firstName":"John","lastName":"Doe","name":"John Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"registrationStatus":"REGISTERED"},{"id":"550e8400-e29b-41d4-a716-446655440000","name":"John Doe","firstName":"John","lastName":"Doe","invitationEmail":"john@example.com","jobTitle":"Engineer","organization":"Acme Inc","city":"Hong Kong","country":"HK","areaCode":"852","contactNo":"98765432","customFields":{},"roleTags":["ATTENDEE"],"status":"registered","registrationStatus":"REGISTERED","createdAt":"2024-01-01T00:00:00.000Z","updatedAt":"2024-01-01T00:00:00.000Z","registeredAt":"2024-01-01T00:00:00.000Z","attendedAt":null,"checkInMethod":null,"checkedInAt":null,"approvalStatus":null,"approvedAt":null,"rejectedAt":null,"firstEnteredWebAppAt":null,"magicLinkUrl":null,"qrCodeLinkUrl":null,"ticketClassId":"550e8400-e29b-41d4-a716-446655440001","addOns":[],"attendeeTagIdList":[],"rsvpStatus":null,"orderId":"550e8400-e29b-41d4-a716-446655440002","customCheckInToken":null,"qrCodeToken":null,"registerUtmParams":{}}]}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"attendeeId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ticketClassId":{"type":"string","format":"uuid"},"addOns":{"type":"array","items":{"type":"object","properties":{"ticketClassAddOnId":{"type":"string","format":"uuid"},"qty":{"type":"integer"}},"required":["ticketClassAddOnId","qty"],"additionalProperties":false}}},"additionalProperties":false,"description":"Request body for changing an attendee ticket class and add-ons","example":{"ticketClassId":"550e8400-e29b-41d4-a716-446655440001","addOns":[{"ticketClassAddOnId":"550e8400-e29b-41d4-a716-446655440002","qty":1}]}}}}},"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"patchAttendeeTicketByAttendeeId","summary":"Change an attendee ticket class and add-ons"}},"/public-api/v1/event/{eventId}/attendee/qr-code-token/{qrCodeToken}":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"createdAt":{"type":"string","format":"date-time"},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"cloudflarePlaybackUrl":{"type":"string","nullable":true},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false}]}}},"additionalProperties":false},"description":"Map of custom question IDs to their values. Each key is the custom question ID. The `value` field type depends on the question type: a string for text questions, an array of choice IDs for multiple-choice questions, or a boolean for yes/no questions. The `mediaValues` array contains full media response objects (image, file, or video) when media is attached to the field, or an empty array otherwise.","example":{"questionIdString":{"value":"Some text answer","mediaValues":[]},"questionIdMc":{"value":["choice-id-1","choice-id-2"],"mediaValues":[]},"questionIdMedia":{"value":null,"mediaValues":[{"id":"123e4567-e89b-12d3-a456-426614174000","originalFilename":"photo.jpg","previewFilename":"photo-preview.jpg","originalFilepath":"/uploads/photo.jpg","previewFilepath":"/uploads/photo-preview.jpg","mimeType":"image/jpeg","type":"image","size":1024000}]}}}},"additionalProperties":false,"description":"Attendee lookup result by QR code token or short code","example":{"id":"550e8400-e29b-41d4-a716-446655440000","createdAt":"2024-01-01T00:00:00.000Z","customFields":{}}}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"qrCodeToken","in":"path","required":true,"schema":{"type":"string"}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"getAttendeeByCheckInQRCodeToken","summary":"Look up an attendee by QR code token"}},"/public-api/v1/event/{eventId}/attendee/short-code/{shortCode}":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"createdAt":{"type":"string","format":"date-time"},"customFields":{"type":"object","properties":{},"additionalProperties":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","nullable":true},{"type":"array","items":{"type":"string","nullable":true}},{"type":"boolean"}]},"mediaValues":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"cloudflarePlaybackUrl":{"type":"string","nullable":true},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false}]}}},"additionalProperties":false},"description":"Map of custom question IDs to their values. Each key is the custom question ID. The `value` field type depends on the question type: a string for text questions, an array of choice IDs for multiple-choice questions, or a boolean for yes/no questions. The `mediaValues` array contains full media response objects (image, file, or video) when media is attached to the field, or an empty array otherwise.","example":{"questionIdString":{"value":"Some text answer","mediaValues":[]},"questionIdMc":{"value":["choice-id-1","choice-id-2"],"mediaValues":[]},"questionIdMedia":{"value":null,"mediaValues":[{"id":"123e4567-e89b-12d3-a456-426614174000","originalFilename":"photo.jpg","previewFilename":"photo-preview.jpg","originalFilepath":"/uploads/photo.jpg","previewFilepath":"/uploads/photo-preview.jpg","mimeType":"image/jpeg","type":"image","size":1024000}]}}}},"additionalProperties":false,"description":"Attendee lookup result by QR code token or short code","example":{"id":"550e8400-e29b-41d4-a716-446655440000","createdAt":"2024-01-01T00:00:00.000Z","customFields":{}}}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"description":"When true, short code lookup is case-insensitive","example":false,"name":"isIgnoreCase","in":"query","schema":{"type":"boolean"}},{"name":"shortCode","in":"path","required":true,"schema":{"type":"string"}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"getAttendeeByShortCode","summary":"Look up an attendee by short code"}},"/public-api/v1/event/{eventId}/attendee-tag/all":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"rawData":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false}},"required":["id","name","createdAt","updatedAt","rawData"],"additionalProperties":false}}},"required":["dataList"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Attendee"],"operationId":"getAllAttendeeTagByEventId","summary":"List all attendee tags for an event"}},"/public-api/v1/event/{eventId}/custom-field/all":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","enum":["text","multipleText","textArea","singleCheckbox","radioGroup","checkboxGroup","dropdown","fileUpload","datePicker","phoneField","timePicker"]},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false},"isFilterable":{"type":"boolean","default":false},"config":{"type":"object","properties":{},"additionalProperties":false,"oneOf":[{"type":"object","properties":{"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false}},"required":["id","contentI18n"],"additionalProperties":false},"uniqueItems":true}},"required":["options"],"additionalProperties":false,"x-required":true},{"type":"object","properties":{"minDate":{"type":"string","format":"date"},"maxDate":{"type":"string","format":"date","oneOf":[{"type":"string","format":"date"}]}},"additionalProperties":false},{"type":"object","properties":{"hideMeridiem":{"type":"boolean"}},"additionalProperties":false}]},"archivedAt":{"type":"string","format":"date-time","nullable":true},"rawData":{"type":"object","properties":{"type":{"type":"string","enum":["text","multipleText","textArea","singleCheckbox","radioGroup","checkboxGroup","dropdown","fileUpload","datePicker","phoneField","timePicker"]},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false},"isFilterable":{"type":"boolean","default":false},"config":{"type":"object","properties":{},"additionalProperties":false,"oneOf":[{"type":"object","properties":{"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false}},"required":["id","contentI18n"],"additionalProperties":false},"uniqueItems":true}},"required":["options"],"additionalProperties":false,"x-required":true},{"type":"object","properties":{"minDate":{"type":"string","format":"date"},"maxDate":{"type":"string","format":"date","oneOf":[{"type":"string","format":"date"}]}},"additionalProperties":false},{"type":"object","properties":{"hideMeridiem":{"type":"boolean"}},"additionalProperties":false}]}},"required":["type","contentI18n"],"additionalProperties":false}},"required":["id","type","contentI18n","isFilterable","config","archivedAt","rawData"],"additionalProperties":false,"description":"Custom field (question) from an event question library","example":{"id":"550e8400-e29b-41d4-a716-446655440000","type":"TEXT","contentI18n":{"label":{"default":"Company Name"}},"isFilterable":true,"archivedAt":null,"rawData":{"type":"TEXT","contentI18n":{"label":{"default":"Company Name"}},"isFilterable":true}}}}},"required":["dataList"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string"}}],"security":[{"bearerAuth":[]}],"tags":["Custom Field"],"operationId":"getAllCustomFieldByEventId","summary":"List all custom fields in an event question library"}},"/public-api/v1/event/{eventId}/custom-field/bulk-upsert":{"put":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","enum":["text","multipleText","textArea","singleCheckbox","radioGroup","checkboxGroup","dropdown","fileUpload","datePicker","phoneField","timePicker"]},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false},"isFilterable":{"type":"boolean","default":false},"config":{"type":"object","properties":{},"additionalProperties":false,"oneOf":[{"type":"object","properties":{"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false}},"required":["id","contentI18n"],"additionalProperties":false},"uniqueItems":true}},"required":["options"],"additionalProperties":false,"x-required":true},{"type":"object","properties":{"minDate":{"type":"string","format":"date"},"maxDate":{"type":"string","format":"date","oneOf":[{"type":"string","format":"date"}]}},"additionalProperties":false},{"type":"object","properties":{"hideMeridiem":{"type":"boolean"}},"additionalProperties":false}]},"archivedAt":{"type":"string","format":"date-time","nullable":true},"rawData":{"type":"object","properties":{"type":{"type":"string","enum":["text","multipleText","textArea","singleCheckbox","radioGroup","checkboxGroup","dropdown","fileUpload","datePicker","phoneField","timePicker"]},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false},"isFilterable":{"type":"boolean","default":false},"config":{"type":"object","properties":{},"additionalProperties":false,"oneOf":[{"type":"object","properties":{"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false}},"required":["id","contentI18n"],"additionalProperties":false},"uniqueItems":true}},"required":["options"],"additionalProperties":false,"x-required":true},{"type":"object","properties":{"minDate":{"type":"string","format":"date"},"maxDate":{"type":"string","format":"date","oneOf":[{"type":"string","format":"date"}]}},"additionalProperties":false},{"type":"object","properties":{"hideMeridiem":{"type":"boolean"}},"additionalProperties":false}]}},"required":["type","contentI18n"],"additionalProperties":false}},"required":["id","type","contentI18n","isFilterable","config","archivedAt","rawData"],"additionalProperties":false,"description":"Custom field (question) from an event question library","example":{"id":"550e8400-e29b-41d4-a716-446655440000","type":"TEXT","contentI18n":{"label":{"default":"Company Name"}},"isFilterable":true,"archivedAt":null,"rawData":{"type":"TEXT","contentI18n":{"label":{"default":"Company Name"}},"isFilterable":true}}}}},"required":["dataList"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","description":"When provide resource Id, it will update the resource, otherwise it will create a new resource"},"type":{"type":"string","enum":["text","multipleText","textArea","singleCheckbox","radioGroup","checkboxGroup","dropdown","fileUpload","datePicker","phoneField","timePicker"]},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false},"isFilterable":{"type":"boolean","default":false},"config":{"type":"object","properties":{},"additionalProperties":false,"oneOf":[{"type":"object","properties":{"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"required":["label"],"additionalProperties":false}},"required":["id","contentI18n"],"additionalProperties":false},"uniqueItems":true}},"required":["options"],"additionalProperties":false,"x-required":true},{"type":"object","properties":{"minDate":{"type":"string","format":"date"},"maxDate":{"type":"string","format":"date","oneOf":[{"type":"string","format":"date"}]}},"additionalProperties":false},{"type":"object","properties":{"hideMeridiem":{"type":"boolean"}},"additionalProperties":false}]}},"required":["type","contentI18n"],"additionalProperties":false},"uniqueItems":true}},"additionalProperties":false,"description":"Request body for bulk creating or updating custom fields. Include an `id` to update; omit to create.","example":{"data":[{"id":"550e8400-e29b-41d4-a716-446655440000","type":"TEXT","contentI18n":{"label":{"default":"Company Name"}},"isFilterable":false},{"type":"DROPDOWN","contentI18n":{"label":{"default":"Dietary Preference"}},"isFilterable":true,"config":{"options":[{"id":"opt-1","contentI18n":{"label":{"default":"Vegetarian"}}},{"id":"opt-2","contentI18n":{"label":{"default":"Non-Vegetarian"}}}]}}]}}}}},"security":[{"bearerAuth":[]}],"tags":["Custom Field"],"operationId":"bulkUpsertCustomFieldByEventId","summary":"Bulk create or update custom fields","description":"Idempotent upsert. Items with an id are updated; items without an id are created. Custom fields are always optional (isRequired: false)."}},"/public-api/v1/event/{eventId}":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"organizationId":{"type":"string","format":"uuid"},"isPublished":{"type":"boolean","default":false},"publishedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"rawData":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}}},"additionalProperties":false}},"required":["id","locationLatLng","startsAt","endsAt","entryStartsAt","entryEndsAt","timezone","types","categories","format","entryType","defaultLocale","supportedLocales","extensionData","contentI18n","organizationId","publishedAt","createdAt","updatedAt","rawData"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string"}}],"security":[{"bearerAuth":[]}],"tags":["Event"],"operationId":"getEventById","summary":"Get an event by ID"},"put":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"organizationId":{"type":"string","format":"uuid"},"isPublished":{"type":"boolean","default":false},"publishedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"rawData":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}}},"additionalProperties":false}},"required":["id","locationLatLng","startsAt","endsAt","entryStartsAt","entryEndsAt","timezone","types","categories","format","entryType","defaultLocale","supportedLocales","extensionData","contentI18n","organizationId","publishedAt","createdAt","updatedAt","rawData"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"descriptionHtml":{"type":"string"},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"timezone":{"type":"string","enum":["Africa/Abidjan","Africa/Accra","Africa/Addis_Ababa","Africa/Algiers","Africa/Asmara","Africa/Bamako","Africa/Bangui","Africa/Banjul","Africa/Bissau","Africa/Blantyre","Africa/Brazzaville","Africa/Bujumbura","Africa/Cairo","Africa/Casablanca","Africa/Ceuta","Africa/Conakry","Africa/Dakar","Africa/Dar_es_Salaam","Africa/Djibouti","Africa/Douala","Africa/El_Aaiun","Africa/Freetown","Africa/Gaborone","Africa/Harare","Africa/Johannesburg","Africa/Juba","Africa/Kampala","Africa/Khartoum","Africa/Kigali","Africa/Kinshasa","Africa/Lagos","Africa/Libreville","Africa/Lome","Africa/Luanda","Africa/Lubumbashi","Africa/Lusaka","Africa/Malabo","Africa/Maputo","Africa/Maseru","Africa/Mbabane","Africa/Mogadishu","Africa/Monrovia","Africa/Nairobi","Africa/Ndjamena","Africa/Niamey","Africa/Nouakchott","Africa/Ouagadougou","Africa/Porto-Novo","Africa/Sao_Tome","Africa/Tripoli","Africa/Tunis","Africa/Windhoek","America/Adak","America/Anchorage","America/Anguilla","America/Antigua","America/Araguaina","America/Argentina/Buenos_Aires","America/Argentina/Catamarca","America/Argentina/Cordoba","America/Argentina/Jujuy","America/Argentina/La_Rioja","America/Argentina/Mendoza","America/Argentina/Rio_Gallegos","America/Argentina/Salta","America/Argentina/San_Juan","America/Argentina/San_Luis","America/Argentina/Tucuman","America/Argentina/Ushuaia","America/Aruba","America/Asuncion","America/Atikokan","America/Bahia","America/Bahia_Banderas","America/Barbados","America/Belem","America/Belize","America/Blanc-Sablon","America/Boa_Vista","America/Bogota","America/Boise","America/Cambridge_Bay","America/Campo_Grande","America/Cancun","America/Caracas","America/Cayenne","America/Cayman","America/Chicago","America/Chihuahua","America/Costa_Rica","America/Creston","America/Cuiaba","America/Curacao","America/Danmarkshavn","America/Dawson","America/Dawson_Creek","America/Denver","America/Detroit","America/Dominica","America/Edmonton","America/Eirunepe","America/El_Salvador","America/Fort_Nelson","America/Fortaleza","America/Glace_Bay","America/Godthab","America/Goose_Bay","America/Grand_Turk","America/Grenada","America/Guadeloupe","America/Guatemala","America/Guayaquil","America/Guyana","America/Halifax","America/Havana","America/Hermosillo","America/Indiana/Indianapolis","America/Indiana/Knox","America/Indiana/Marengo","America/Indiana/Petersburg","America/Indiana/Tell_City","America/Indiana/Vevay","America/Indiana/Vincennes","America/Indiana/Winamac","America/Inuvik","America/Iqaluit","America/Jamaica","America/Juneau","America/Kentucky/Louisville","America/Kentucky/Monticello","America/Kralendijk","America/La_Paz","America/Lima","America/Los_Angeles","America/Lower_Princes","America/Maceio","America/Managua","America/Manaus","America/Marigot","America/Martinique","America/Matamoros","America/Mazatlan","America/Menominee","America/Merida","America/Metlakatla","America/Mexico_City","America/Miquelon","America/Moncton","America/Monterrey","America/Montevideo","America/Montreal","America/Montserrat","America/Nassau","America/New_York","America/Nipigon","America/Nome","America/Noronha","America/North_Dakota/Beulah","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/Nuuk","America/Ojinaga","America/Panama","America/Pangnirtung","America/Paramaribo","America/Phoenix","America/Port-au-Prince","America/Port_of_Spain","America/Porto_Velho","America/Puerto_Rico","America/Punta_Arenas","America/Rainy_River","America/Rankin_Inlet","America/Recife","America/Regina","America/Resolute","America/Rio_Branco","America/Santa_Isabel","America/Santarem","America/Santiago","America/Santo_Domingo","America/Sao_Paulo","America/Scoresbysund","America/Shiprock","America/Sitka","America/St_Barthelemy","America/St_Johns","America/St_Kitts","America/St_Lucia","America/St_Thomas","America/St_Vincent","America/Swift_Current","America/Tegucigalpa","America/Thule","America/Thunder_Bay","America/Tijuana","America/Toronto","America/Tortola","America/Vancouver","America/Whitehorse","America/Winnipeg","America/Yakutat","America/Yellowknife","Antarctica/Casey","Antarctica/Davis","Antarctica/DumontDUrville","Antarctica/Macquarie","Antarctica/Mawson","Antarctica/McMurdo","Antarctica/Palmer","Antarctica/Rothera","Antarctica/South_Pole","Antarctica/Syowa","Antarctica/Troll","Antarctica/Vostok","Arctic/Longyearbyen","Asia/Aden","Asia/Almaty","Asia/Amman","Asia/Anadyr","Asia/Aqtau","Asia/Aqtobe","Asia/Ashgabat","Asia/Atyrau","Asia/Baghdad","Asia/Bahrain","Asia/Baku","Asia/Bangkok","Asia/Barnaul","Asia/Beirut","Asia/Bishkek","Asia/Brunei","Asia/Calcutta","Asia/Chita","Asia/Choibalsan","Asia/Chongqing","Asia/Colombo","Asia/Damascus","Asia/Dhaka","Asia/Dili","Asia/Dubai","Asia/Dushanbe","Asia/Famagusta","Asia/Gaza","Asia/Harbin","Asia/Hebron","Asia/Ho_Chi_Minh","Asia/Hong_Kong","Asia/Hovd","Asia/Irkutsk","Asia/Jakarta","Asia/Jayapura","Asia/Jerusalem","Asia/Kabul","Asia/Kamchatka","Asia/Karachi","Asia/Kashgar","Asia/Kathmandu","Asia/Katmandu","Asia/Khandyga","Asia/Kolkata","Asia/Krasnoyarsk","Asia/Kuala_Lumpur","Asia/Kuching","Asia/Kuwait","Asia/Macau","Asia/Magadan","Asia/Makassar","Asia/Manila","Asia/Muscat","Asia/Nicosia","Asia/Novokuznetsk","Asia/Novosibirsk","Asia/Omsk","Asia/Oral","Asia/Phnom_Penh","Asia/Pontianak","Asia/Pyongyang","Asia/Qatar","Asia/Qostanay","Asia/Qyzylorda","Asia/Rangoon","Asia/Riyadh","Asia/Sakhalin","Asia/Samarkand","Asia/Seoul","Asia/Shanghai","Asia/Singapore","Asia/Srednekolymsk","Asia/Taipei","Asia/Tashkent","Asia/Tbilisi","Asia/Tehran","Asia/Thimphu","Asia/Tokyo","Asia/Tomsk","Asia/Ulaanbaatar","Asia/Urumqi","Asia/Ust-Nera","Asia/Vientiane","Asia/Vladivostok","Asia/Yakutsk","Asia/Yangon","Asia/Yekaterinburg","Asia/Yerevan","Atlantic/Azores","Atlantic/Bermuda","Atlantic/Canary","Atlantic/Cape_Verde","Atlantic/Faroe","Atlantic/Madeira","Atlantic/Reykjavik","Atlantic/South_Georgia","Atlantic/St_Helena","Atlantic/Stanley","Australia/Adelaide","Australia/Brisbane","Australia/Broken_Hill","Australia/Currie","Australia/Darwin","Australia/Eucla","Australia/Hobart","Australia/Lindeman","Australia/Lord_Howe","Australia/Melbourne","Australia/Perth","Australia/Sydney","Europe/Amsterdam","Europe/Andorra","Europe/Astrakhan","Europe/Athens","Europe/Belgrade","Europe/Berlin","Europe/Bratislava","Europe/Brussels","Europe/Bucharest","Europe/Budapest","Europe/Busingen","Europe/Chisinau","Europe/Copenhagen","Europe/Dublin","Europe/Gibraltar","Europe/Guernsey","Europe/Helsinki","Europe/Isle_of_Man","Europe/Istanbul","Europe/Jersey","Europe/Kaliningrad","Europe/Kiev","Europe/Kirov","Europe/Lisbon","Europe/Ljubljana","Europe/London","Europe/Luxembourg","Europe/Madrid","Europe/Malta","Europe/Mariehamn","Europe/Minsk","Europe/Monaco","Europe/Moscow","Europe/Oslo","Europe/Paris","Europe/Podgorica","Europe/Prague","Europe/Riga","Europe/Rome","Europe/Samara","Europe/San_Marino","Europe/Sarajevo","Europe/Saratov","Europe/Simferopol","Europe/Skopje","Europe/Sofia","Europe/Stockholm","Europe/Tallinn","Europe/Tirane","Europe/Ulyanovsk","Europe/Uzhgorod","Europe/Vaduz","Europe/Vatican","Europe/Vienna","Europe/Vilnius","Europe/Volgograd","Europe/Warsaw","Europe/Zagreb","Europe/Zaporozhye","Europe/Zurich","GMT","Indian/Antananarivo","Indian/Chagos","Indian/Christmas","Indian/Cocos","Indian/Comoro","Indian/Kerguelen","Indian/Mahe","Indian/Maldives","Indian/Mauritius","Indian/Mayotte","Indian/Reunion","Pacific/Apia","Pacific/Auckland","Pacific/Bougainville","Pacific/Chatham","Pacific/Chuuk","Pacific/Easter","Pacific/Efate","Pacific/Enderbury","Pacific/Fakaofo","Pacific/Fiji","Pacific/Funafuti","Pacific/Galapagos","Pacific/Gambier","Pacific/Guadalcanal","Pacific/Guam","Pacific/Honolulu","Pacific/Johnston","Pacific/Kiritimati","Pacific/Kosrae","Pacific/Kwajalein","Pacific/Majuro","Pacific/Marquesas","Pacific/Midway","Pacific/Nauru","Pacific/Niue","Pacific/Norfolk","Pacific/Noumea","Pacific/Pago_Pago","Pacific/Palau","Pacific/Pitcairn","Pacific/Pohnpei","Pacific/Ponape","Pacific/Port_Moresby","Pacific/Rarotonga","Pacific/Saipan","Pacific/Tahiti","Pacific/Tarawa","Pacific/Tongatapu","Pacific/Truk","Pacific/Wake","Pacific/Wallis"]},"estimatedAttendeeCount":{"type":"string","enum":["1-10","11-20","21-50","51-100","101-200","201-300","301-500","501-1000","1001-2000","2001-5000","5001-10000",">10000"]},"categories":{"type":"array","items":{"type":"string","enum":["business_and_professional","science_and_technology","school_activities","auto_boat_and_air","charities_and_causes","community_and_culture","family_and_education","fashion_and_beauty","film_media_and_entertainment","food_and_drink","government_and_politics","health_and_wellness","home_and_lifestyle","music","performing_and_visual_arts","religion_and_spirituality","seasonal","sports_and_fitness","travel_and_outdoor","hobbies_and_special_interests","other"]}},"types":{"type":"array","items":{"type":"string","enum":["seminar_or_talk","course_training_or_workshop","concert_or_performance","festival_or_fair","meeting_or_networking_event","party_or_social_gathering","tradeshow_consumer_show_or_expo","other"]}},"isMagicLinkActivated":{"type":"boolean","default":false},"isSmsNotifyActivated":{"type":"boolean","default":false},"isWhatsappNotificationActivated":{"type":"boolean","default":false},"isEntrySettingEnabled":{"type":"boolean","default":false},"isSpecialRoleEarlyEntryAllowed":{"type":"boolean","default":false},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"paymentCurrency":{"type":"string","enum":["USD","HKD","THB","VND","IDR","MYR","PHP","TWD","SGD","KRW","JPY","CNY","AUD"]}},"required":["name","descriptionHtml","startsAt","endsAt","timezone","estimatedAttendeeCount","categories","types","defaultLocale","paymentCurrency"],"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Event"],"operationId":"updateEventById","summary":"Update an event"},"delete":{"responses":{"204":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string"}}],"security":[{"bearerAuth":[]}],"tags":["Event"],"operationId":"deleteEventById","summary":"Soft-delete an event","description":"Sets a deletedAt timestamp on the event. The event is hidden from normal queries but remains in the database for recovery."}},"/public-api/v1/event/{eventId}/extension-data":{"patch":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMedia":{"type":"object","properties":{"default":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"en":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ja":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"ko":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"vi":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-HK":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"zh-CN":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"es":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"th":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"pt":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"organizationId":{"type":"string","format":"uuid"},"isPublished":{"type":"boolean","default":false},"publishedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"rawData":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"location":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"organizerName":{"type":"object","properties":{},"additionalProperties":false},"descriptionHtml":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"logoImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"bannerImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"faviconImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogImageMediaId":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogDescription":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"ogTitle":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"locationLatLng":{"type":"object","properties":{"lat":{"type":"string"},"lng":{"type":"string"}},"required":["lat","lng"],"additionalProperties":false,"nullable":true},"startsAt":{"type":"string","format":"date-time"},"endsAt":{"type":"string","format":"date-time"},"entryStartsAt":{"type":"string","format":"date-time","nullable":true},"entryEndsAt":{"type":"string","format":"date-time","nullable":true},"timezone":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"format":{"type":"string","enum":["virtual","in-person","hybrid"],"nullable":true},"entryType":{"type":"string","enum":["by_invite_only","public"]},"defaultLocale":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]},"supportedLocales":{"type":"array","items":{"type":"string","enum":["en","ja","ko","vi","zh-HK","zh-CN","es","th","pt"]}},"extensionData":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}}},"additionalProperties":false}},"required":["id","locationLatLng","startsAt","endsAt","entryStartsAt","entryEndsAt","timezone","types","categories","format","entryType","defaultLocale","supportedLocales","extensionData","contentI18n","organizationId","publishedAt","createdAt","updatedAt","rawData"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"extensionData":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"nullable":true}}]},"description":"Please refer to example for preview data structure as swagger not support pattern object in query & response","example":{"key1":"value","key2":123,"key3":true,"key4":["value1","value2"],"key5":[123,456],"key6":[true,false]}}},"required":["extensionData"],"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Event"],"operationId":"patchEventExtensionDataById","summary":"Merge extension data into an event","description":"Merges provided key-value pairs into the event's extensionData. Only specified keys are overwritten; existing keys not in the request body are preserved. Supports string, number, boolean, array, and null values."}},"/public-api/v1/event/{eventId}/webhook/all":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"url":{"type":"string"},"actions":{"type":"array","items":{"type":"string","enum":["attendee-create","attendee-update","attendee-delete","attendee-check-in","attendee-check-out"]},"minItems":1},"rawData":{"type":"object","properties":{"url":{"type":"string"},"actions":{"type":"array","items":{"type":"string","enum":["attendee-create","attendee-update","attendee-delete","attendee-check-in","attendee-check-out"]},"minItems":1}},"additionalProperties":false}},"required":["id","url","actions","rawData"],"additionalProperties":false}}},"required":["dataList"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string"}}],"security":[{"bearerAuth":[]}],"tags":["Event Webhook"],"operationId":"getAllEventWebhook","summary":"List all webhooks for an event"}},"/public-api/v1/event/{eventId}/webhook":{"post":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"url":{"type":"string"},"actions":{"type":"array","items":{"type":"string","enum":["attendee-create","attendee-update","attendee-delete","attendee-check-in","attendee-check-out"]},"minItems":1},"rawData":{"type":"object","properties":{"url":{"type":"string"},"actions":{"type":"array","items":{"type":"string","enum":["attendee-create","attendee-update","attendee-delete","attendee-check-in","attendee-check-out"]},"minItems":1}},"additionalProperties":false}},"required":["id","url","actions","rawData"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"actions":{"type":"array","items":{"type":"string","enum":["attendee-create","attendee-update","attendee-delete","attendee-check-in","attendee-check-out"]},"minItems":1}},"required":["url","actions"],"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Event Webhook"],"operationId":"createEventWebhook","summary":"Create a webhook subscription for an event"}},"/public-api/v1/event/{eventId}/webhook/{webhookId}":{"patch":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"url":{"type":"string"},"actions":{"type":"array","items":{"type":"string","enum":["attendee-create","attendee-update","attendee-delete","attendee-check-in","attendee-check-out"]},"minItems":1},"rawData":{"type":"object","properties":{"url":{"type":"string"},"actions":{"type":"array","items":{"type":"string","enum":["attendee-create","attendee-update","attendee-delete","attendee-check-in","attendee-check-out"]},"minItems":1}},"additionalProperties":false}},"required":["id","url","actions","rawData"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"webhookId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"actions":{"type":"array","items":{"type":"string","enum":["attendee-create","attendee-update","attendee-delete","attendee-check-in","attendee-check-out"]},"minItems":1}},"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Event Webhook"],"operationId":"patchEventWebhookById","summary":"Partially update a webhook"},"delete":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"webhookId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Event Webhook"],"operationId":"deleteEventWebhookById","summary":"Permanently delete a webhook","description":"Hard delete. The webhook is permanently removed from the database."}},"/public-api/v1/event/{eventId}/order":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"stripeAccountId":{"type":"string","format":"uuid","nullable":true},"userId":{"type":"string","format":"uuid"},"currency":{"type":"string","enum":["USD","HKD","THB","VND","IDR","MYR","PHP","TWD","SGD","KRW","JPY","CNY","AUD"]},"amount":{"type":"string"},"status":{"type":"string","enum":["initialized","pending_payment","paid","cancelled","completed","refunding","refunded"]},"txRef":{"type":"string","nullable":true},"orderUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false},"promoCodeSnapshot":{"type":"object","properties":{},"additionalProperties":false,"nullable":true},"orderItems":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid"},"ticketClassId":{"type":"string","format":"uuid","nullable":true},"unitPrice":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"qty":{"type":"number","format":"float"},"regFormDataSnapshot":{"type":"object","properties":{},"additionalProperties":false},"addOns":{"type":"array","items":{"type":"object","properties":{"ticketClassAddOnId":{"type":"string","format":"uuid"},"snapshot":{"type":"object","properties":{},"additionalProperties":false},"qty":{"type":"number","format":"float"}},"required":["ticketClassAddOnId","snapshot","qty"],"additionalProperties":false}},"associatedAttendeeId":{"type":"string","format":"uuid","nullable":true}},"required":["orderId","ticketClassId","unitPrice","qty","regFormDataSnapshot","addOns","associatedAttendeeId"],"additionalProperties":false}},"paymentMethod":{"type":"string","enum":["online","offline"],"nullable":true},"paymentBillingInformation":{"type":"string","nullable":true},"offlinePaymentInvoiceId":{"type":"string","nullable":true},"offlinePaymentBillingInformation":{"type":"string","nullable":true},"offlinePaymentInvoiceDueAt":{"type":"string","format":"date-time","nullable":true},"offlinePaymentApprovalStatus":{"type":"string","enum":["pending","approved","cancelled"],"nullable":true},"tax":{"type":"string","nullable":true},"isTaxInclusive":{"type":"boolean","nullable":true},"orderSummaryEmailSentAt":{"type":"string","format":"date-time","nullable":true},"purchasedAt":{"type":"string","format":"date-time","nullable":true},"cancelledAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"email":{"type":"string"},"name":{"type":"string"}},"required":["id","email","name"],"additionalProperties":false}},"required":["id","stripeAccountId","userId","currency","amount","status","txRef","orderUtmParams","promoCodeSnapshot","orderItems","paymentMethod","paymentBillingInformation","offlinePaymentInvoiceDueAt","offlinePaymentApprovalStatus","tax","isTaxInclusive","orderSummaryEmailSentAt","purchasedAt","cancelledAt","createdAt","updatedAt","user"],"additionalProperties":false,"description":"Order response object returned by order endpoints","example":{"id":"550e8400-e29b-41d4-a716-446655440000","stripeAccountId":null,"userId":"550e8400-e29b-41d4-a716-446655440001","currency":"HKD","amount":"100.00","status":"CONFIRMED","txRef":"EVT-2024-001","orderUtmParams":{},"promoCodeSnapshot":null,"orderItems":[{"orderId":"550e8400-e29b-41d4-a716-446655440000","ticketClassId":"550e8400-e29b-41d4-a716-446655440002","unitPrice":"100.00","qty":1,"regFormDataSnapshot":{},"addOns":[],"associatedAttendeeId":"550e8400-e29b-41d4-a716-446655440003"}],"paymentMethod":"CREDIT_CARD","paymentBillingInformation":null,"offlinePaymentInvoiceId":null,"offlinePaymentBillingInformation":null,"offlinePaymentInvoiceDueAt":null,"offlinePaymentApprovalStatus":null,"tax":null,"isTaxInclusive":false,"orderSummaryEmailSentAt":null,"purchasedAt":"2024-01-01T00:00:00.000Z","cancelledAt":null,"createdAt":"2024-01-01T00:00:00.000Z","updatedAt":"2024-01-01T00:00:00.000Z","user":{"id":"550e8400-e29b-41d4-a716-446655440001","email":"user@example.com","name":"John Doe"}}}},"pagination":{"type":"object","properties":{"page":{"type":"number","format":"float","description":"Current page number"},"pageSize":{"type":"number","format":"float","description":"Number of items per page"},"pageCount":{"type":"number","format":"float","description":"Total number of pages"},"totalCount":{"type":"number","format":"float","description":"Total number of items"}},"required":["page","pageSize","pageCount","totalCount"],"additionalProperties":false}},"required":["dataList","pagination"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"page","in":"query","schema":{"type":"number","format":"float","minimum":1,"default":1}},{"description":"Optional inclusive ending page for requesting a range of pages. Maximum page range: 200.","name":"pageEnd","in":"query","schema":{"type":"number","format":"float","minimum":0,"maximum":0}},{"name":"pageSize","in":"query","schema":{"type":"number","format":"float","minimum":1,"maximum":100,"default":25}},{"description":"Multiple Sort syntax \"-\" DESC, Empty for ASC, Available sorts: createdAt, offlinePaymentInvoiceDueAt, purchasedAt, orderSummaryEmailSentAt, userName, userEmail","example":"-sorterA,sorterB","name":"sort","in":"query","schema":{"type":"string","default":"-createdAt"}},{"properties":{"orderIds":{"type":"array","items":{"type":"string","format":"uuid"},"description":"JSON array of order UUIDs to filter by","example":["550e8400-e29b-41d4-a716-446655440000"]},"status":{"type":"array","items":{"type":"string","enum":["initialized","pending_payment","paid","cancelled","completed","refunding","refunded"]},"description":"Filter by order statuses","example":["confirmed"]},"paymentMethod":{"type":"array","items":{"type":"string","enum":["online","offline"]},"description":"Filter by payment methods","example":["credit-card"]},"offlinePaymentApprovalStatus":{"type":"array","items":{"type":"string","enum":["pending","approved","cancelled"]},"description":"Filter by offline payment approval statuses","example":["pending"]},"emails":{"type":"array","items":{"type":"string","nullable":true},"description":"JSON array of purchaser email addresses to filter by","example":["user@example.com"]},"q":{"type":"string","description":"Free-text search across order reference and purchaser fields","example":"EVT-001"}},"description":"This key can be provided in the body with key \"filter\" or query with stringified & encodeURIComponent format, e.g. query.filter = encodeURIComponent(JSON.stringify(filter)). Please refer to schema in body and do not provide both at the same time.","name":"filter","in":"query","schema":{"type":"object","additionalProperties":false}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"filter":{"type":"object","properties":{"orderIds":{"type":"array","items":{"type":"string","format":"uuid"},"description":"JSON array of order UUIDs to filter by","example":["550e8400-e29b-41d4-a716-446655440000"]},"status":{"type":"array","items":{"type":"string","enum":["initialized","pending_payment","paid","cancelled","completed","refunding","refunded"]},"description":"Filter by order statuses","example":["confirmed"]},"paymentMethod":{"type":"array","items":{"type":"string","enum":["online","offline"]},"description":"Filter by payment methods","example":["credit-card"]},"offlinePaymentApprovalStatus":{"type":"array","items":{"type":"string","enum":["pending","approved","cancelled"]},"description":"Filter by offline payment approval statuses","example":["pending"]},"emails":{"type":"array","items":{"type":"string","nullable":true},"description":"JSON array of purchaser email addresses to filter by","example":["user@example.com"]},"q":{"type":"string","description":"Free-text search across order reference and purchaser fields","example":"EVT-001"}},"additionalProperties":false}},"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Order"],"operationId":"getPaginatedOrderByEventId","summary":"List orders for an event"}},"/public-api/v1/event/{eventId}/order/{orderId}":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"stripeAccountId":{"type":"string","format":"uuid","nullable":true},"userId":{"type":"string","format":"uuid"},"currency":{"type":"string","enum":["USD","HKD","THB","VND","IDR","MYR","PHP","TWD","SGD","KRW","JPY","CNY","AUD"]},"amount":{"type":"string"},"status":{"type":"string","enum":["initialized","pending_payment","paid","cancelled","completed","refunding","refunded"]},"txRef":{"type":"string","nullable":true},"orderUtmParams":{"type":"object","properties":{"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"additionalProperties":false},"promoCodeSnapshot":{"type":"object","properties":{},"additionalProperties":false,"nullable":true},"orderItems":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid"},"ticketClassId":{"type":"string","format":"uuid","nullable":true},"unitPrice":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"qty":{"type":"number","format":"float"},"regFormDataSnapshot":{"type":"object","properties":{},"additionalProperties":false},"addOns":{"type":"array","items":{"type":"object","properties":{"ticketClassAddOnId":{"type":"string","format":"uuid"},"snapshot":{"type":"object","properties":{},"additionalProperties":false},"qty":{"type":"number","format":"float"}},"required":["ticketClassAddOnId","snapshot","qty"],"additionalProperties":false}},"associatedAttendeeId":{"type":"string","format":"uuid","nullable":true}},"required":["orderId","ticketClassId","unitPrice","qty","regFormDataSnapshot","addOns","associatedAttendeeId"],"additionalProperties":false}},"paymentMethod":{"type":"string","enum":["online","offline"],"nullable":true},"paymentBillingInformation":{"type":"string","nullable":true},"offlinePaymentInvoiceId":{"type":"string","nullable":true},"offlinePaymentBillingInformation":{"type":"string","nullable":true},"offlinePaymentInvoiceDueAt":{"type":"string","format":"date-time","nullable":true},"offlinePaymentApprovalStatus":{"type":"string","enum":["pending","approved","cancelled"],"nullable":true},"tax":{"type":"string","nullable":true},"isTaxInclusive":{"type":"boolean","nullable":true},"orderSummaryEmailSentAt":{"type":"string","format":"date-time","nullable":true},"purchasedAt":{"type":"string","format":"date-time","nullable":true},"cancelledAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"email":{"type":"string"},"name":{"type":"string"}},"required":["id","email","name"],"additionalProperties":false}},"required":["id","stripeAccountId","userId","currency","amount","status","txRef","orderUtmParams","promoCodeSnapshot","orderItems","paymentMethod","paymentBillingInformation","offlinePaymentInvoiceDueAt","offlinePaymentApprovalStatus","tax","isTaxInclusive","orderSummaryEmailSentAt","purchasedAt","cancelledAt","createdAt","updatedAt","user"],"additionalProperties":false,"description":"Order response object returned by order endpoints","example":{"id":"550e8400-e29b-41d4-a716-446655440000","stripeAccountId":null,"userId":"550e8400-e29b-41d4-a716-446655440001","currency":"HKD","amount":"100.00","status":"CONFIRMED","txRef":"EVT-2024-001","orderUtmParams":{},"promoCodeSnapshot":null,"orderItems":[{"orderId":"550e8400-e29b-41d4-a716-446655440000","ticketClassId":"550e8400-e29b-41d4-a716-446655440002","unitPrice":"100.00","qty":1,"regFormDataSnapshot":{},"addOns":[],"associatedAttendeeId":"550e8400-e29b-41d4-a716-446655440003"}],"paymentMethod":"CREDIT_CARD","paymentBillingInformation":null,"offlinePaymentInvoiceId":null,"offlinePaymentBillingInformation":null,"offlinePaymentInvoiceDueAt":null,"offlinePaymentApprovalStatus":null,"tax":null,"isTaxInclusive":false,"orderSummaryEmailSentAt":null,"purchasedAt":"2024-01-01T00:00:00.000Z","cancelledAt":null,"createdAt":"2024-01-01T00:00:00.000Z","updatedAt":"2024-01-01T00:00:00.000Z","user":{"id":"550e8400-e29b-41d4-a716-446655440001","email":"user@example.com","name":"John Doe"}}}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"orderId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Order"],"operationId":"getOrderById","summary":"Get an order by ID"}},"/public-api/v1/event/{eventId}/outreach/email-template/confirmation-email/send":{"post":{"responses":{"204":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attendeeIds":{"type":"array","items":{"type":"string","format":"uuid"},"uniqueItems":true}},"required":["attendeeIds"],"additionalProperties":false,"description":"Request body for sending confirmation emails","example":{"attendeeIds":["550e8400-e29b-41d4-a716-446655440000"]}}}}},"security":[{"bearerAuth":[]}],"tags":["Outreach"],"operationId":"bulkSendConfirmationEmailByEventId","summary":"Send confirmation emails to attendees"}},"/public-api/v1/event/{eventId}/outreach/email-template/{emailTemplateType}/test":{"post":{"responses":{"204":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"emailTemplateType","in":"path","required":true,"schema":{"type":"string","enum":["confirmation-email","confirmation-email-with-ticket-summary"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testEmails":{"type":"array","items":{"type":"string","format":"email"},"minItems":1,"maxItems":5}},"required":["testEmails"],"additionalProperties":false,"description":"Request body for sending test confirmation emails to up to 5 recipients","example":{"testEmails":["test@example.com"]}}}}},"security":[{"bearerAuth":[]}],"tags":["Outreach"],"operationId":"sendTestConfirmationEmailByEventId","summary":"Send test confirmation emails"}},"/public-api/v1/event/{eventId}/outreach/email-template/{emailTemplateType}":{"put":{"responses":{"204":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"emailTemplateType","in":"path","required":true,"schema":{"type":"string","enum":["attendee-approval-acknowledgement-email","attendee-invitation-email","attendee-rsvp-email","confirmation-email","confirmation-email-with-ticket-summary","event-manager-invitation","offline-payment-invoice-email","order-summary-email","reminder-24H-email","reminder-1H-email","special-role-invitation-email"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"senderId":{"type":"string","format":"uuid"},"contentHtml":{"type":"string"},"design":{"type":"object","properties":{},"additionalProperties":false},"senderName":{"type":"string"},"subject":{"type":"string"},"shouldAttachCalendarFile":{"type":"boolean"},"shouldAttachCheckInQRCodeFile":{"type":"boolean"},"isDisabled":{"type":"boolean"},"replyToEmail":{"type":"string","nullable":true}},"additionalProperties":false,"description":"Request body for creating or updating an email template","example":{"senderName":"EventX Team","subject":"Your Registration Confirmation","contentHtml":"<p>Thank you for registering!</p>","shouldAttachCalendarFile":true,"shouldAttachCheckInQRCodeFile":true,"isDisabled":false}}}}},"security":[{"bearerAuth":[]}],"tags":["Outreach"],"operationId":"upsertEmailTemplateByType","summary":"Create or update an email template"}},"/public-api/v1/event/{eventId}/outreach/sms-template/confirmation-sms/send":{"post":{"responses":{"204":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attendeeIds":{"type":"array","items":{"type":"string","format":"uuid"},"uniqueItems":true}},"required":["attendeeIds"],"additionalProperties":false,"description":"Request body for sending confirmation SMS","example":{"attendeeIds":["550e8400-e29b-41d4-a716-446655440000"]}}}}},"security":[{"bearerAuth":[]}],"tags":["Outreach"],"operationId":"bulkSendConfirmationSmsByEventId","summary":"Send confirmation SMS to attendees"}},"/public-api/v1/event/{eventId}/outreach/whatsapp-template/confirmation-message/send":{"post":{"responses":{"204":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attendeeIds":{"type":"array","items":{"type":"string","format":"uuid"},"uniqueItems":true}},"required":["attendeeIds"],"additionalProperties":false,"description":"Request body for sending confirmation WhatsApp messages","example":{"attendeeIds":["550e8400-e29b-41d4-a716-446655440000"]}}}}},"security":[{"bearerAuth":[]}],"tags":["Outreach"],"operationId":"bulkSendConfirmationWhatsAppMessageByEventId","summary":"Send confirmation WhatsApp messages to attendees"}},"/public-api/v1/event/{eventId}/ticket-class/all":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"message":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"price":{"type":"number","format":"float","minimum":0},"qty":{"type":"integer","minimum":1},"saleStartsAt":{"type":"string","format":"date-time"},"saleEndsAt":{"type":"string","format":"date-time","nullable":true},"addOnIds":{"type":"array","items":{"type":"string","format":"uuid"}},"minAddOnQty":{"type":"integer","minimum":0},"maxAddOnQty":{"type":"integer","minimum":0,"nullable":true},"minQty":{"type":"integer","minimum":0},"maxQty":{"type":"integer","minimum":0},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isAccessibleToAllWebinarSession":{"type":"boolean"},"accessibleWebinarSessionIds":{"type":"array","items":{"type":"string"}},"isAccessibleToPhysicalEvent":{"type":"boolean"},"isAccessibleToAllPhysicalSessions":{"type":"boolean"},"accessiblePhysicalSessionIds":{"type":"array","items":{"type":"string"}},"addOns":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"stockQty":{"type":"integer"},"isWaitlistEnabled":{"type":"boolean"},"waitlistStockQty":{"type":"integer","minimum":0,"nullable":true},"price":{"type":"number","format":"float","minimum":0},"accessiblePhysicalSessionIds":{"type":"array","items":{"type":"string","format":"uuid"}},"isAccessibleToAllPhysicalSessions":{"type":"boolean"},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"type":{"type":"string","enum":["session"]},"iconMedia":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"soldQty":{"type":"integer","minimum":0},"waitlistAvailableCount":{"type":"integer","minimum":0}},"required":["id","stockQty","isWaitlistEnabled","waitlistStockQty","price","accessiblePhysicalSessionIds","isAccessibleToAllPhysicalSessions","contentI18n","type","iconMedia","soldQty","waitlistAvailableCount"],"additionalProperties":false}},"rawData":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"message":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"price":{"type":"number","format":"float","minimum":0},"qty":{"type":"integer","minimum":1},"saleStartsAt":{"type":"string","format":"date-time"},"saleEndsAt":{"type":"string","format":"date-time","nullable":true},"addOnIds":{"type":"array","items":{"type":"string","format":"uuid"}},"minAddOnQty":{"type":"integer","minimum":0},"maxAddOnQty":{"type":"integer","minimum":0,"nullable":true},"minQty":{"type":"integer","minimum":0},"maxQty":{"type":"integer","minimum":0}},"additionalProperties":false}},"required":["id","contentI18n","price","qty","saleStartsAt","saleEndsAt","addOnIds","minAddOnQty","maxAddOnQty","minQty","maxQty","createdAt","updatedAt","isAccessibleToAllWebinarSession","accessibleWebinarSessionIds","isAccessibleToPhysicalEvent","isAccessibleToAllPhysicalSessions","accessiblePhysicalSessionIds","rawData"],"additionalProperties":false,"description":"Ticket class response object including add-ons, pricing, and availability","example":{"id":"550e8400-e29b-41d4-a716-446655440000","contentI18n":{"name":{"default":"General Admission"},"description":{"default":"Standard entry ticket"},"message":{"default":""}},"price":100,"qty":500,"saleStartsAt":"2024-01-01T00:00:00.000Z","saleEndsAt":null,"addOnIds":["550e8400-e29b-41d4-a716-446655440001"],"minAddOnQty":0,"maxAddOnQty":null,"minQty":1,"maxQty":10,"createdAt":"2024-01-01T00:00:00.000Z","updatedAt":"2024-01-01T00:00:00.000Z","isAccessibleToAllWebinarSession":false,"accessibleWebinarSessionIds":[],"isAccessibleToPhysicalEvent":true,"isAccessibleToAllPhysicalSessions":true,"accessiblePhysicalSessionIds":[],"addOns":[{"id":"550e8400-e29b-41d4-a716-446655440001","stockQty":100,"isWaitlistEnabled":false,"waitlistStockQty":null,"price":50,"accessiblePhysicalSessionIds":[],"isAccessibleToAllPhysicalSessions":true,"contentI18n":{"name":{"default":"Lunch Add-on"},"description":{"default":"Includes lunch"}},"type":"ADD_ON","iconMedia":null,"soldQty":0,"waitlistAvailableCount":0}],"rawData":{"contentI18n":{"name":{"default":"General Admission"},"description":{"default":"Standard entry ticket"}},"price":100,"qty":500,"saleStartsAt":"2024-01-01T00:00:00.000Z","saleEndsAt":null,"addOnIds":["550e8400-e29b-41d4-a716-446655440001"],"minAddOnQty":0,"maxAddOnQty":null,"minQty":1,"maxQty":10}}}}},"required":["dataList"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string"}}],"security":[{"bearerAuth":[]}],"tags":["Ticket Class"],"operationId":"getAllTicketClassByEventId","summary":"List all ticket classes for an event"}},"/public-api/v1/event/{eventId}/ticket-class":{"post":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"message":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"price":{"type":"number","format":"float","minimum":0},"qty":{"type":"integer","minimum":1},"saleStartsAt":{"type":"string","format":"date-time"},"saleEndsAt":{"type":"string","format":"date-time","nullable":true},"addOnIds":{"type":"array","items":{"type":"string","format":"uuid"}},"minAddOnQty":{"type":"integer","minimum":0},"maxAddOnQty":{"type":"integer","minimum":0,"nullable":true},"minQty":{"type":"integer","minimum":0},"maxQty":{"type":"integer","minimum":0},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isAccessibleToAllWebinarSession":{"type":"boolean"},"accessibleWebinarSessionIds":{"type":"array","items":{"type":"string"}},"isAccessibleToPhysicalEvent":{"type":"boolean"},"isAccessibleToAllPhysicalSessions":{"type":"boolean"},"accessiblePhysicalSessionIds":{"type":"array","items":{"type":"string"}},"addOns":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"stockQty":{"type":"integer"},"isWaitlistEnabled":{"type":"boolean"},"waitlistStockQty":{"type":"integer","minimum":0,"nullable":true},"price":{"type":"number","format":"float","minimum":0},"accessiblePhysicalSessionIds":{"type":"array","items":{"type":"string","format":"uuid"}},"isAccessibleToAllPhysicalSessions":{"type":"boolean"},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"type":{"type":"string","enum":["session"]},"iconMedia":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"soldQty":{"type":"integer","minimum":0},"waitlistAvailableCount":{"type":"integer","minimum":0}},"required":["id","stockQty","isWaitlistEnabled","waitlistStockQty","price","accessiblePhysicalSessionIds","isAccessibleToAllPhysicalSessions","contentI18n","type","iconMedia","soldQty","waitlistAvailableCount"],"additionalProperties":false}},"rawData":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"message":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"price":{"type":"number","format":"float","minimum":0},"qty":{"type":"integer","minimum":1},"saleStartsAt":{"type":"string","format":"date-time"},"saleEndsAt":{"type":"string","format":"date-time","nullable":true},"addOnIds":{"type":"array","items":{"type":"string","format":"uuid"}},"minAddOnQty":{"type":"integer","minimum":0},"maxAddOnQty":{"type":"integer","minimum":0,"nullable":true},"minQty":{"type":"integer","minimum":0},"maxQty":{"type":"integer","minimum":0}},"additionalProperties":false}},"required":["id","contentI18n","price","qty","saleStartsAt","saleEndsAt","addOnIds","minAddOnQty","maxAddOnQty","minQty","maxQty","createdAt","updatedAt","isAccessibleToAllWebinarSession","accessibleWebinarSessionIds","isAccessibleToPhysicalEvent","isAccessibleToAllPhysicalSessions","accessiblePhysicalSessionIds","rawData"],"additionalProperties":false,"description":"Ticket class response object including add-ons, pricing, and availability","example":{"id":"550e8400-e29b-41d4-a716-446655440000","contentI18n":{"name":{"default":"General Admission"},"description":{"default":"Standard entry ticket"},"message":{"default":""}},"price":100,"qty":500,"saleStartsAt":"2024-01-01T00:00:00.000Z","saleEndsAt":null,"addOnIds":["550e8400-e29b-41d4-a716-446655440001"],"minAddOnQty":0,"maxAddOnQty":null,"minQty":1,"maxQty":10,"createdAt":"2024-01-01T00:00:00.000Z","updatedAt":"2024-01-01T00:00:00.000Z","isAccessibleToAllWebinarSession":false,"accessibleWebinarSessionIds":[],"isAccessibleToPhysicalEvent":true,"isAccessibleToAllPhysicalSessions":true,"accessiblePhysicalSessionIds":[],"addOns":[{"id":"550e8400-e29b-41d4-a716-446655440001","stockQty":100,"isWaitlistEnabled":false,"waitlistStockQty":null,"price":50,"accessiblePhysicalSessionIds":[],"isAccessibleToAllPhysicalSessions":true,"contentI18n":{"name":{"default":"Lunch Add-on"},"description":{"default":"Includes lunch"}},"type":"ADD_ON","iconMedia":null,"soldQty":0,"waitlistAvailableCount":0}],"rawData":{"contentI18n":{"name":{"default":"General Admission"},"description":{"default":"Standard entry ticket"}},"price":100,"qty":500,"saleStartsAt":"2024-01-01T00:00:00.000Z","saleEndsAt":null,"addOnIds":["550e8400-e29b-41d4-a716-446655440001"],"minAddOnQty":0,"maxAddOnQty":null,"minQty":1,"maxQty":10}}}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"message":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"price":{"type":"number","format":"float","minimum":0},"qty":{"type":"integer","minimum":1},"saleStartsAt":{"type":"string","format":"date-time"},"saleEndsAt":{"type":"string","format":"date-time","nullable":true},"addOnIds":{"type":"array","items":{"type":"string","format":"uuid"}},"minAddOnQty":{"type":"integer","minimum":0},"maxAddOnQty":{"type":"integer","minimum":0,"nullable":true},"minQty":{"type":"integer","minimum":0},"maxQty":{"type":"integer","minimum":0}},"required":["contentI18n","price","qty","saleStartsAt","saleEndsAt","addOnIds","minAddOnQty","maxAddOnQty","minQty","maxQty"],"additionalProperties":false,"description":"Request body for creating a ticket class","example":{"contentI18n":{"name":{"default":"General Admission"},"description":{"default":"Standard entry ticket"}},"price":100,"qty":500,"saleStartsAt":"2024-01-01T00:00:00.000Z","saleEndsAt":null,"addOnIds":[],"minAddOnQty":0,"maxAddOnQty":10,"minQty":1,"maxQty":10}}}}},"security":[{"bearerAuth":[]}],"tags":["Ticket Class"],"operationId":"createTicketClass","summary":"Create a ticket class for an event"}},"/public-api/v1/event/{eventId}/ticket-class-add-on/all":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"dataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"stockQty":{"type":"integer"},"price":{"type":"number","format":"float","minimum":0},"accessiblePhysicalSessionIds":{"type":"array","items":{"type":"string","format":"uuid"}},"isAccessibleToAllPhysicalSessions":{"type":"boolean"},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"type":{"type":"string","enum":["session"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"iconMedia":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false,"nullable":true},"soldQty":{"type":"integer","minimum":0},"rawData":{"type":"object","properties":{"stockQty":{"type":"integer"},"price":{"type":"number","format":"float","minimum":0},"accessiblePhysicalSessionIds":{"type":"array","items":{"type":"string","format":"uuid"}},"isAccessibleToAllPhysicalSessions":{"type":"boolean"},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"type":{"type":"string","enum":["session"]}},"additionalProperties":false}},"required":["id","stockQty","price","accessiblePhysicalSessionIds","isAccessibleToAllPhysicalSessions","contentI18n","type","createdAt","updatedAt","iconMedia","soldQty","rawData"],"additionalProperties":false}}},"required":["dataList"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string"}}],"security":[{"bearerAuth":[]}],"tags":["Ticket Class"],"operationId":"getAllTicketClassAddOnByEventId","summary":"List all ticket class add-ons for an event"}},"/public-api/v1/event/{eventId}/invoice/details":{"post":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"orderId":{"type":"string"},"eventName":{"type":"string"},"organizerName":{"type":"string","nullable":true},"eventDateTime":{"type":"string"},"orderItems":{"type":"array","items":{"type":"object","properties":{"ticketName":{"type":"string"},"ticket":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"message":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false}},"required":["contentI18n"],"additionalProperties":false},"price":{"type":"string"},"qty":{"type":"number","format":"float"},"codeName":{"type":"string"},"discount":{"type":"number","format":"float"},"addOns":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"price":{"type":"string"},"qty":{"type":"number","format":"float"}},"required":["id","contentI18n","qty"],"additionalProperties":false}}},"required":["ticketName","ticket","qty","addOns"],"additionalProperties":false}},"subTotal":{"type":"string"},"currency":{"type":"string"},"purchaserName":{"type":"string"},"paymentMethod":{"type":"string","enum":["online","offline"],"nullable":true},"invoiceId":{"type":"string"},"invoiceDate":{"type":"string","format":"date-time"},"invoiceDueAt":{"type":"string","format":"date-time"},"invoiceBillingInformation":{"type":"string","nullable":true},"paymentDescription":{"type":"string"},"eventTimezone":{"type":"string"},"purchaseOrganization":{"type":"string","nullable":true}},"required":["orderId","eventName","eventDateTime","orderItems","subTotal","currency","purchaserName","paymentMethod","eventTimezone"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"userId":{"type":"string","format":"uuid"}},"required":["userId"],"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Invoice"],"operationId":"invoiceDetails","summary":"Get invoice details for a user","description":"Uses POST with a userId in the body to resolve an attendee, their ticket, and the associated order to construct invoice details. For offline payments, includes invoice ID, due date, and payment description."}},"/public-api/v1/event/{eventId}/invoice/{orderId}":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"orderId":{"type":"string"},"eventName":{"type":"string"},"organizerName":{"type":"string","nullable":true},"eventDateTime":{"type":"string"},"orderItems":{"type":"array","items":{"type":"object","properties":{"ticketName":{"type":"string"},"ticket":{"type":"object","properties":{"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"message":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false}},"required":["contentI18n"],"additionalProperties":false},"price":{"type":"string"},"qty":{"type":"number","format":"float"},"codeName":{"type":"string"},"discount":{"type":"number","format":"float"},"addOns":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"contentI18n":{"type":"object","properties":{"name":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false},"description":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false},"price":{"type":"string"},"qty":{"type":"number","format":"float"}},"required":["id","contentI18n","qty"],"additionalProperties":false}}},"required":["ticketName","ticket","qty","addOns"],"additionalProperties":false}},"subTotal":{"type":"string"},"currency":{"type":"string"},"purchaserName":{"type":"string"},"paymentMethod":{"type":"string","enum":["online","offline"],"nullable":true},"invoiceId":{"type":"string"},"invoiceDate":{"type":"string","format":"date-time"},"invoiceDueAt":{"type":"string","format":"date-time"},"invoiceBillingInformation":{"type":"string","nullable":true},"paymentDescription":{"type":"string"},"eventTimezone":{"type":"string"},"purchaseOrganization":{"type":"string","nullable":true}},"required":["orderId","eventName","eventDateTime","orderItems","subTotal","currency","purchaserName","paymentMethod","eventTimezone"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"orderId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Invoice"],"operationId":"getOneOrderInvoice","summary":"Get invoice details for an order"}},"/public-api/v1/event/{eventId}/media":{"post":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"fileName":{"type":"string"},"mimeType":{"type":"string"},"uploadUrl":{"type":"string"}},"required":["id","fileName","mimeType","uploadUrl"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"fileName":{"type":"string"},"checksum":{"type":"string"},"mimeType":{"type":"string"},"byteSize":{"type":"number","format":"float"},"metadata":{"type":"object","properties":{"eventId":{"type":"string","format":"uuid"},"regFormId":{"type":"string","format":"uuid"},"attendeeId":{"type":"string","format":"uuid"},"source":{"type":"string","enum":["attendee_registration","attendee_custom_question_update","whatsapp_incoming_message"]}},"additionalProperties":false}},"required":["fileName","checksum","mimeType","byteSize"],"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Media"],"operationId":"createMedia","summary":"Create a media record and get an upload URL"}},"/public-api/v1/event/{eventId}/media/{mediaId}/mark-uploaded":{"put":{"responses":{},"parameters":[{"name":"mediaId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Media"],"operationId":"markMediaAsUploaded","summary":"Mark a media record as uploaded"}},"/public-api/v1/event/{eventId}/media/{mediaId}":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"originalFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"cloudflarePlaybackUrl":{"type":"string","nullable":true},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","originalFilepath","mimeType","size"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"originalFilename":{"type":"string"},"previewFilename":{"type":"string"},"originalFilepath":{"type":"string"},"previewFilepath":{"type":"string"},"mimeType":{"type":"string"},"type":{"type":"string","enum":["image","video","file"]},"size":{"type":"number","format":"float"}},"required":["id","originalFilename","previewFilename","originalFilepath","previewFilepath","mimeType","size"],"additionalProperties":false}]}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"mediaId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Media"],"operationId":"getOneMedia","summary":"Get a media record"},"delete":{"responses":{},"parameters":[{"name":"mediaId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Media"],"operationId":"removeOneMedia","summary":"Delete a media record"}},"/public-api/v1/event/{eventId}/registration-form":{"post":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"isEnabled":{"type":"boolean"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","enum":["text","multipleText","textArea","singleCheckbox","radioGroup","checkboxGroup","dropdown","fileUpload","datePicker","phoneField","timePicker"]},"label":{"type":"string"},"isRequired":{"type":"boolean"},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false}},"required":["id","type","isRequired","contentI18n"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","enum":["name","firstName","lastName","email","secondaryEmails","jobTitle","organization","contactNo","city","country"]},"type":{"type":"string","enum":["text","multipleText","textArea","singleCheckbox","radioGroup","checkboxGroup","dropdown","fileUpload","datePicker","phoneField","timePicker"]},"isRequired":{"type":"boolean"}},"required":["id","type","isRequired"],"additionalProperties":false}]},"minItems":0},"conditionalLogics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"action":{"type":"object","properties":{"type":{"type":"string"},"targetQuestionId":{"type":"string","format":"uuid"}},"required":["type","targetQuestionId"],"additionalProperties":false},"condition":{"type":"object","properties":{"type":{"type":"string"},"questionOptionId":{"type":"string","format":"uuid"}},"required":["type","questionOptionId"],"additionalProperties":false},"sourceField":{"type":"string","format":"uuid"}},"required":["id","action","condition","sourceField"],"additionalProperties":false},"minItems":0},"tickets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"ticketAvailableCount":{"type":"number","format":"float"},"currency":{"type":"string"},"qty":{"type":"number","format":"float"},"price":{"type":"string"},"saleStartsAt":{"type":"string","format":"date-time"},"saleEndsAt":{"type":"string","format":"date-time","nullable":true},"minAddOnQty":{"type":"number","format":"float"},"maxAddOnQty":{"type":"number","format":"float","nullable":true},"name":{"type":"string"},"description":{"type":"string"},"message":{"type":"string"},"addOns":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"description":{"type":"string"},"price":{"type":"string"},"type":{"type":"string"},"stockQty":{"type":"number","format":"float"},"addOnAvailableCount":{"type":"number","format":"float"},"startDateTime":{"type":"string","format":"date-time","nullable":true},"endDateTime":{"type":"string","format":"date-time","nullable":true}},"required":["id","name","price","type","stockQty","addOnAvailableCount","startDateTime","endDateTime"],"additionalProperties":false},"minItems":0},"addOnGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"minQty":{"type":"integer","minimum":0},"maxQty":{"type":"integer","minimum":0,"nullable":true},"addOnIds":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["id","name","minQty","maxQty","addOnIds"],"additionalProperties":false}}},"required":["id","ticketAvailableCount","currency","qty","price","saleStartsAt","saleEndsAt","minAddOnQty","maxAddOnQty","name","addOns","addOnGroups"],"additionalProperties":false},"minItems":0},"isAddOnGroupDisplayEnabled":{"type":"boolean"}},"required":["id","name","isEnabled","fields","conditionalLogics","tickets","isAddOnGroupDisplayEnabled"],"additionalProperties":false,"description":"Registration form response including fields, tickets, and conditional logic","example":{"id":"550e8400-e29b-41d4-a716-446655440000","name":"Standard Registration","isEnabled":true,"fields":[{"id":"fullName","type":"TEXT","isRequired":true},{"id":"550e8400-e29b-41d4-a716-446655440001","type":"TEXT","label":"Company Name","isRequired":false,"contentI18n":{"label":{"default":"Company Name"}}}],"conditionalLogics":[],"tickets":[{"id":"550e8400-e29b-41d4-a716-446655440002","ticketAvailableCount":500,"currency":"HKD","qty":500,"price":"100.00","saleStartsAt":"2024-01-01T00:00:00.000Z","saleEndsAt":null,"minAddOnQty":0,"maxAddOnQty":null,"name":"General Admission","addOns":[],"addOnGroups":[]}],"isAddOnGroupDisplayEnabled":false}}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"isEnabled":{"type":"boolean"},"fields":{"type":"array","items":{"type":"object","properties":{"id":{"anyOf":[{"type":"string","enum":["name","firstName","lastName","email","secondaryEmails","jobTitle","organization","contactNo","city","country"]},{"type":"string","format":"uuid"}]},"isRequired":{"type":"boolean"},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false}},"required":["id","isRequired"],"additionalProperties":false}},"conditionalLogics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"sourceField":{"type":"string","format":"uuid"},"condition":{"type":"object","properties":{"type":{"type":"string","enum":["optionEqualsTo","equalsTo"]},"questionOptionId":{"type":"string","format":"uuid"}},"required":["type","questionOptionId"],"additionalProperties":false},"action":{"type":"object","properties":{"type":{"type":"string","enum":["show","hide"]},"targetQuestionId":{"type":"string"}},"required":["type","targetQuestionId"],"additionalProperties":false}},"required":["id","sourceField"],"additionalProperties":false},"uniqueItems":true},"ticketClassIds":{"type":"array","items":{"type":"string","format":"uuid"}},"isUniqueAttendeeEmailRequired":{"type":"boolean","default":false},"isCheckInQRCodeVisibleOnCompletion":{"type":"boolean","default":false},"isPromoCodeFieldEnabled":{"type":"boolean","default":true},"isPurchaserEmailFieldEnabled":{"type":"boolean","default":true},"isAddOnGroupDisplayEnabled":{"type":"boolean","default":false},"minTicketQtyPerOrder":{"type":"number","format":"float","default":1},"maxTicketQtyPerOrder":{"type":"number","format":"float","default":10}},"required":["name","isEnabled","fields","conditionalLogics","ticketClassIds"],"additionalProperties":false,"description":"Request body for creating a registration form","example":{"name":"Standard Registration","isEnabled":true,"fields":[{"id":"fullName","isRequired":true},{"id":"email","isRequired":true}],"conditionalLogics":[],"ticketClassIds":["550e8400-e29b-41d4-a716-446655440000"],"isUniqueAttendeeEmailRequired":false,"isCheckInQRCodeVisibleOnCompletion":false,"isPromoCodeFieldEnabled":true,"isPurchaserEmailFieldEnabled":true,"isAddOnGroupDisplayEnabled":false,"minTicketQtyPerOrder":1,"maxTicketQtyPerOrder":10}}}}},"security":[{"bearerAuth":[]}],"tags":["Registration Form"],"operationId":"createRegForm","summary":"Create a registration form for an event"}},"/public-api/v1/org/{orgId}/custom-domains":{"get":{"responses":{},"parameters":[{"name":"page","in":"query","schema":{"type":"integer","minimum":1,"default":1}},{"name":"pageSize","in":"query","schema":{"type":"integer","minimum":1,"maximum":100,"default":25}},{"name":"status","in":"query","schema":{"type":"string","enum":["pending","active","pending_ssl","moved","failed"]}},{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}}],"operationId":"listCustomDomains","summary":"List custom domains for an organization"},"post":{"responses":{},"parameters":[{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string"},"defaultRedirectUrl":{"type":"string"}},"required":["domain","defaultRedirectUrl"],"additionalProperties":false}}}},"operationId":"createCustomDomain","summary":"Create a custom domain via Cloudflare"}},"/public-api/v1/org/{orgId}/custom-domains/{customDomainId}":{"get":{"responses":{},"parameters":[{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}},{"name":"customDomainId","in":"path","required":true,"schema":{"type":"string"}}],"operationId":"getCustomDomainDetail","summary":"Get custom domain details with DNS records"},"put":{"responses":{},"parameters":[{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}},{"name":"customDomainId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"defaultRedirectUrl":{"type":"string"}},"required":["defaultRedirectUrl"],"additionalProperties":false}}}},"operationId":"updateCustomDomain","summary":"Update the default redirect URL of a custom domain"},"delete":{"responses":{},"parameters":[{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}},{"name":"customDomainId","in":"path","required":true,"schema":{"type":"string"}}],"operationId":"deleteCustomDomain","summary":"Delete a custom domain"}},"/public-api/v1/org/{orgId}/custom-domains/{customDomainId}/verify":{"put":{"responses":{},"parameters":[{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}},{"name":"customDomainId","in":"path","required":true,"schema":{"type":"string"}}],"operationId":"verifyCustomDomain","summary":"Trigger DNS verification for a custom domain","description":"Initiates DNS ownership and SSL verification checks. Idempotent — can be called multiple times to refresh the verification status."}},"/public-api/v1/org/{orgId}/custom-domains/{customDomainId}/path-mappings":{"get":{"responses":{},"parameters":[{"name":"page","in":"query","schema":{"type":"integer","minimum":1,"default":1}},{"name":"pageSize","in":"query","schema":{"type":"integer","minimum":1,"maximum":100,"default":25}},{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}},{"name":"customDomainId","in":"path","required":true,"schema":{"type":"string"}}],"operationId":"listPathMappings","summary":"List path mappings for a custom domain"},"post":{"responses":{},"parameters":[{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}},{"name":"customDomainId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"eventId":{"type":"string"},"eventRegFormId":{"type":"string"},"pathName":{"type":"string"}},"required":["eventId","pathName"],"additionalProperties":false}}}},"operationId":"createPathMapping","summary":"Create a path mapping for a custom domain"}},"/public-api/v1/org/{orgId}/custom-domains/{customDomainId}/path-mappings/{pathMappingId}":{"put":{"responses":{},"parameters":[{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}},{"name":"customDomainId","in":"path","required":true,"schema":{"type":"string"}},{"name":"pathMappingId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"eventId":{"type":"string"},"eventRegFormId":{"type":"string","nullable":true},"pathName":{"type":"string"}},"additionalProperties":false}}}},"operationId":"updatePathMapping","summary":"Update a path mapping"},"delete":{"responses":{},"parameters":[{"name":"orgId","in":"path","required":true,"schema":{"type":"string"}},{"name":"customDomainId","in":"path","required":true,"schema":{"type":"string"}},{"name":"pathMappingId","in":"path","required":true,"schema":{"type":"string"}}],"operationId":"deletePathMapping","summary":"Delete a path mapping"}},"/public-api/v1/reg/event/{eventId}":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"stripeId":{"type":"string","nullable":true},"isStripeEnabled":{"type":"boolean"},"isOfflinePaymentEnabled":{"type":"boolean"},"offlinePaymentDescription":{"type":"string","nullable":true},"offlinePaymentInvoiceDueDay":{"type":"number","format":"float","nullable":true}},"required":["isStripeEnabled","isOfflinePaymentEnabled"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Registration Service"],"operationId":"getPaymentConfigByEventId","summary":"Get payment configuration for an event"},"post":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"paymentSecret":{"type":"string"},"status":{"type":"string","enum":["initialized","pending_payment","paid","cancelled","completed","refunding","refunded"]},"orderItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"addOns":{"type":"array","items":{"type":"object","properties":{"ticketClassAddOnId":{"type":"string","format":"uuid"},"selectionStatus":{"type":"string","enum":["regular","waitlisted","confirmed"]}},"required":["ticketClassAddOnId","selectionStatus"],"additionalProperties":false}}},"required":["id","addOns"],"additionalProperties":false}}},"required":["id","status","orderItems"],"additionalProperties":false}},"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"purchaserEmail":{"type":"string"},"attendeeTicketOrderItems":{"type":"array","items":{"type":"object","properties":{"ticketClassId":{"type":"string"},"regFormData":{"type":"object","properties":{"email":{"type":"string","format":"email"},"regFormId":{"type":"string"},"rsvpToken":{"type":"string","format":"uuid"},"eventProspectId":{"type":"string","format":"uuid"},"magicLinkToken":{"type":"string","format":"uuid"},"fields":{"type":"object","properties":{},"additionalProperties":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"boolean"},{"type":"object","properties":{"mediaValues":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}]}}},"required":["fields"],"additionalProperties":false},"addOnIds":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["ticketClassId"],"additionalProperties":false}},"stripePaymentMethod":{"type":"string","enum":["card","alipay","apple_pay","google_pay"]},"promoCodeName":{"type":"string"},"orderPaymentMethod":{"type":"string","enum":["online","offline"]},"offlinePaymentBillingInformation":{"type":"string"},"paymentBillingInformation":{"type":"string"},"customUtmParams":{"type":"object","properties":{},"additionalProperties":false},"utm_source":{"type":"string"},"utm_medium":{"type":"string"},"utm_campaign":{"type":"string"},"utm_term":{"type":"string"},"utm_content":{"type":"string"}},"required":["purchaserEmail"],"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Registration Order"],"operationId":"createOrder","summary":"Create a ticketing order","description":"Creates an order with validation of registration form and ticketing constraints, promo code resolution, and optionally a Stripe payment intent. Returns the order with its payment secret and add-on selection statuses."}},"/public-api/v1/reg/event/{eventId}/{eventRegFormId}":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"isEnabled":{"type":"boolean"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string","enum":["text","multipleText","textArea","singleCheckbox","radioGroup","checkboxGroup","dropdown","fileUpload","datePicker","phoneField","timePicker"]},"label":{"type":"string"},"isRequired":{"type":"boolean"},"contentI18n":{"type":"object","properties":{"label":{"type":"object","properties":{"default":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"ja":{"type":"string","nullable":true},"ko":{"type":"string","nullable":true},"vi":{"type":"string","nullable":true},"zh-HK":{"type":"string","nullable":true},"zh-CN":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"th":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true}},"required":["default"],"additionalProperties":false}},"additionalProperties":false}},"required":["id","type","isRequired","contentI18n"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string","enum":["name","firstName","lastName","email","secondaryEmails","jobTitle","organization","contactNo","city","country"]},"type":{"type":"string","enum":["text","multipleText","textArea","singleCheckbox","radioGroup","checkboxGroup","dropdown","fileUpload","datePicker","phoneField","timePicker"]},"isRequired":{"type":"boolean"}},"required":["id","type","isRequired"],"additionalProperties":false}]},"minItems":0},"conditionalLogics":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"action":{"type":"object","properties":{"type":{"type":"string"},"targetQuestionId":{"type":"string","format":"uuid"}},"required":["type","targetQuestionId"],"additionalProperties":false},"condition":{"type":"object","properties":{"type":{"type":"string"},"questionOptionId":{"type":"string","format":"uuid"}},"required":["type","questionOptionId"],"additionalProperties":false},"sourceField":{"type":"string","format":"uuid"}},"required":["id","action","condition","sourceField"],"additionalProperties":false},"minItems":0},"tickets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"ticketAvailableCount":{"type":"number","format":"float"},"currency":{"type":"string"},"qty":{"type":"number","format":"float"},"price":{"type":"string"},"saleStartsAt":{"type":"string","format":"date-time"},"saleEndsAt":{"type":"string","format":"date-time","nullable":true},"minAddOnQty":{"type":"number","format":"float"},"maxAddOnQty":{"type":"number","format":"float","nullable":true},"name":{"type":"string"},"description":{"type":"string"},"message":{"type":"string"},"addOns":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"description":{"type":"string"},"price":{"type":"string"},"type":{"type":"string"},"stockQty":{"type":"number","format":"float"},"addOnAvailableCount":{"type":"number","format":"float"},"startDateTime":{"type":"string","format":"date-time","nullable":true},"endDateTime":{"type":"string","format":"date-time","nullable":true}},"required":["id","name","price","type","stockQty","addOnAvailableCount","startDateTime","endDateTime"],"additionalProperties":false},"minItems":0},"addOnGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"minQty":{"type":"integer","minimum":0},"maxQty":{"type":"integer","minimum":0,"nullable":true},"addOnIds":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["id","name","minQty","maxQty","addOnIds"],"additionalProperties":false}}},"required":["id","ticketAvailableCount","currency","qty","price","saleStartsAt","saleEndsAt","minAddOnQty","maxAddOnQty","name","addOns","addOnGroups"],"additionalProperties":false},"minItems":0},"isAddOnGroupDisplayEnabled":{"type":"boolean"}},"required":["id","name","isEnabled","fields","conditionalLogics","tickets","isAddOnGroupDisplayEnabled"],"additionalProperties":false,"description":"Registration form response including fields, tickets, and conditional logic","example":{"id":"550e8400-e29b-41d4-a716-446655440000","name":"Standard Registration","isEnabled":true,"fields":[{"id":"fullName","type":"TEXT","isRequired":true},{"id":"550e8400-e29b-41d4-a716-446655440001","type":"TEXT","label":"Company Name","isRequired":false,"contentI18n":{"label":{"default":"Company Name"}}}],"conditionalLogics":[],"tickets":[{"id":"550e8400-e29b-41d4-a716-446655440002","ticketAvailableCount":500,"currency":"HKD","qty":500,"price":"100.00","saleStartsAt":"2024-01-01T00:00:00.000Z","saleEndsAt":null,"minAddOnQty":0,"maxAddOnQty":null,"name":"General Admission","addOns":[],"addOnGroups":[]}],"isAddOnGroupDisplayEnabled":false}}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"eventRegFormId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Registration Service"],"operationId":"getRegFormByEventIdAndId","summary":"Get a registration form with tickets and fields"}},"/public-api/v1/reg/event/{eventId}/{orderId}/status":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"order":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"status":{"type":"string","enum":["initialized","pending_payment","paid","cancelled","completed","refunding","refunded"]}},"required":["id","status"],"additionalProperties":false}},"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"orderId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"security":[{"bearerAuth":[]}],"tags":["Registration Order"],"operationId":"getOrderStatus","summary":"Get the status of an order"}},"/public-api/v1/reg/event/{eventId}/quotation":{"post":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"totalAmount":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"ticketClassId":{"type":"string","format":"uuid"},"unitPrice":{"type":"string"},"qty":{"type":"number","format":"float"},"actualPrice":{"type":"string"},"actualTicketPrice":{"type":"string"},"originalPrice":{"type":"string"},"appliedPromoCode":{"type":"string"},"addOns":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"price":{"type":"string"}},"required":["id","price"],"additionalProperties":false}}},"required":["ticketClassId","unitPrice","qty","actualPrice","actualTicketPrice","originalPrice"],"additionalProperties":false}},"minCharge":{"type":"number","format":"float"}},"required":["totalAmount","minCharge"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"orderItems":{"type":"array","items":{"type":"object","properties":{"ticketClassId":{"type":"string","format":"uuid"},"qty":{"type":"number","format":"float","minimum":1},"addOnIds":{"type":"array","items":{"type":"string","format":"uuid"}}},"required":["ticketClassId","qty"],"additionalProperties":false}},"promoCode":{"type":"string"}},"additionalProperties":false}}}},"security":[{"bearerAuth":[]}],"tags":["Registration Order"],"operationId":"getOrderQuotation","summary":"Get a price quotation without creating an order","description":"Returns line-item pricing for the requested tickets and add-ons, including promo code discounts if applicable. No order is created. Use this to preview pricing before placing an order."}},"/public-api/v1/outreach/{eventId}/manual-email/{outreachEmailId}/send":{"post":{"responses":{"204":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"500":{"description":"ERROR"}},"parameters":[{"name":"eventId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"outreachEmailId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attendeeIds":{"type":"array","items":{"type":"string","format":"uuid"},"uniqueItems":true}},"required":["attendeeIds"],"additionalProperties":false,"description":"Request body for sending a manual email to attendees","example":{"attendeeIds":["550e8400-e29b-41d4-a716-446655440000"]}}}}},"security":[{"bearerAuth":[]}],"tags":["Outreach"],"operationId":"sendManualEmailByEventId","summary":"Send a draft manual email to attendees"}},"/public-api/v1/salesforce-account":{"get":{"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"accessToken":{"type":"string"},"refreshToken":{"type":"string"},"instanceUrl":{"type":"string"}},"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}},"500":{"description":"ERROR"}},"security":[{"bearerAuth":[]}],"tags":["Salesforce"],"operationId":"getSalesforceAccount"}}},"tags":[],"servers":[{"url":"https://esaas-api.eventx.io"}],"components":{"requestBodies":{"getPaginatedEventBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"filter":{"type":"object","properties":{"organizationId":{"type":"string","format":"uuid"},"name":{"type":"string"},"isPublished":{"type":"boolean"},"extensionData":{"type":"object","additionalProperties":{"anyOf":[{"type":"object","properties":{"$eq":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}]},"$in":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}]}},"$nin":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}]}},"$gt":{"type":"number","format":"float"},"$gte":{"type":"number","format":"float"},"$lt":{"type":"number","format":"float"},"$lte":{"type":"number","format":"float"},"$exists":{"type":"boolean"}},"additionalProperties":false},{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"description":"Shorthand equivalent to $eq for non array values"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number","format":"float"},{"type":"boolean"}],"description":"Shorthand equivalent to $eq for array values"}}]},"example":{"key1":{"$eq":"value","$in":["value1","value2",100,true],"$nin":["value1","value2",500,false],"$gt":1,"$gte":2,"$lt":3,"$lte":4,"$exists":true},"key2":"value","key3":[123,456]}}},"additionalProperties":false}},"additionalProperties":false}}}}},"securitySchemes":{"bearerAuth":{"name":"Authorization","type":"apiKey","in":"header","description":"Bearer Authorization with jwt token"}}}}