{"openapi":"3.0.3","info":{"title":"News Team API","description":"News Team v1 API","version":"v1","x-logo":{"altText":"News Team","backgroundColor":"#ffffff","href":"/","url":"/newsteam-logo.svg"}},"servers":[{"url":"https://api.newsteam.io/"}],"tags":[{"name":"Article"},{"name":"Auth"},{"name":"Creator"},{"name":"Feed"},{"name":"Site"},{"name":"Sponsor"},{"name":"Subscription"},{"name":"Widget"}],"paths":{"/v1/article.get":{"post":{"tags":["Article"],"summary":"Get an article","description":"Get an article","operationId":"get","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetArticleRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Article"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED","ARTICLE_NOT_FOUND"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/article.list":{"post":{"tags":["Article"],"summary":"List articles","description":"List articles","operationId":"list","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListArticlesRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListArticlesResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/article.popular-terms":{"post":{"tags":["Article"],"summary":"Popular terms for a field","description":"Popular terms for a field","operationId":"popularTerms","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PopularTermsRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PopularTermsResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/auth.issue-access-token":{"post":{"tags":["Auth"],"summary":"Issue an access token","description":"Issue an access token","operationId":"issueAccessToken","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IssueAccessTokenRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IssueAccessTokenResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/auth.list-devices":{"post":{"tags":["Auth"],"summary":"List signed-in devices","description":"List signed-in devices","operationId":"listDevices","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDevicesResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/auth.me":{"post":{"tags":["Auth"],"summary":"Get current user","description":"Get current user","operationId":"me","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/auth.revoke-access-token":{"post":{"tags":["Auth"],"summary":"Revoke an access token","description":"Revoke an access token","operationId":"revokeAccessToken","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RevokeAccessTokenRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Success"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/auth.update-profile":{"post":{"tags":["Auth"],"summary":"Update user profile","description":"Update user profile","operationId":"updateProfile","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateProfileRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Success"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/creator.get":{"post":{"tags":["Creator"],"summary":"Get a creator","description":"Get a creator","operationId":"get","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCreatorRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Creator"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/creator.list":{"post":{"tags":["Creator"],"summary":"List creators","description":"List creators","operationId":"list","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListCreatorsRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListCreatorsResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/feed.get":{"post":{"tags":["Feed"],"summary":"Get a feed","description":"Get a feed","operationId":"get","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetFeedRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Feed"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/site.get":{"post":{"tags":["Site"],"summary":"Get site","description":"Get site","operationId":"get","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Site"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/site.get-ads-txt":{"post":{"tags":["Site"],"summary":"Get ads.txt","description":"Get ads.txt","operationId":"getAdsTxt","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAdsTxtResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/site.route":{"post":{"tags":["Site"],"summary":"Retrieve a page or article by path as specified in the site menu,","description":"Retrieve a page or article by path as specified in the site menu,\n or by parsing the path to identify an article slug.","operationId":"route","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RouteRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RouteResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED","ROUTE_NOT_FOUND"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/sponsor.get":{"post":{"tags":["Sponsor"],"summary":"Get a sponsor","description":"Get a sponsor","operationId":"get","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetSponsorRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Sponsor"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/sponsor.list":{"post":{"tags":["Sponsor"],"summary":"List sponsors","description":"List sponsors","operationId":"list","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSponsorsRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSponsorsResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/subscription.get-portal-url":{"post":{"tags":["Subscription"],"summary":"Get portal URL","description":"Get portal URL","operationId":"getPortalUrl","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetPortalUrlRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetPortalUrlResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/subscription.list":{"post":{"tags":["Subscription"],"summary":"List subscriptions","description":"List subscriptions","operationId":"list","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSubscriptionsResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/subscription.list-products":{"post":{"tags":["Subscription"],"summary":"List products","description":"List products","operationId":"listProducts","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListProductsResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/subscription.subscribe":{"post":{"tags":["Subscription"],"summary":"Subscribe to a product","description":"Subscribe to a product","operationId":"subscribe","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubscribeRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubscribeResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/subscription.subscribe-callback":{"post":{"tags":["Subscription"],"summary":"Subscribe callback","description":"Subscribe callback","operationId":"subscribeCallback","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubscribeCallbackRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubscribeCallbackResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/subscription.update":{"post":{"tags":["Subscription"],"summary":"Update subscription","description":"Update subscription","operationId":"update","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateSubscriptionRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Success"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}},"/v1/widget.list":{"post":{"tags":["Widget"],"summary":"List widgets used within stories (videos, images etc.)","description":"List widgets used within stories (videos, images etc.)","operationId":"list","parameters":[{"name":"app-id","in":"header","description":"You can obtain an App ID from https://desk.newsteam.io/org/newsteam/apps","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListWidgetsRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListWidgetsResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"required":["code","message"],"type":"object","properties":{"code":{"enum":["UNAUTHORIZED","REQUEST_ERROR","INPUT_VALIDATION_FAILED"],"type":"string"},"message":{"type":"string"}}}}}}}}}},"components":{"schemas":{"AIInfographicWidgetData":{"required":["$kind","html"],"type":"object","properties":{"$kind":{"enum":["AIInfographicWidgetData"],"type":"string"},"anchor":{"type":"string"},"description":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"html":{"type":"string"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"style":{"type":"string"},"title":{"type":"string"}},"additionalProperties":false},"AddressProperty":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["AddressProperty"],"type":"string"},"building":{"type":"string","description":"Building name."},"deliveryNote":{"type":"string","description":"Delivery note."},"location":{"$ref":"#/components/schemas/LocationProperty"},"unitNumber":{"type":"string","description":"Unit number."}},"additionalProperties":false},"AddressPropertyInput":{"type":"object","properties":{"building":{"type":"string","description":"Building name."},"deliveryNote":{"type":"string","description":"Delivery note."},"location":{"$ref":"#/components/schemas/LocationPropertyInput"},"unitNumber":{"type":"string","description":"Unit number."}},"additionalProperties":false},"Article":{"required":["$kind","id","etag","creators","mentions","tags","groups","slug","sponsors","relatedArticles","publishedAt","readDuration","widgets","value","placements","plainText"],"type":"object","properties":{"$kind":{"enum":["Article"],"type":"string"},"attributes":{"type":"object","additionalProperties":{"type":"string"},"description":"Custom attributes"},"canonicalUrl":{"type":"string","description":"Canonical url set by a user"},"counts":{"$ref":"#/components/schemas/MediaCountProperty"},"creators":{"type":"array","items":{"$ref":"#/components/schemas/CreatorListItem"}},"disableAdvertising":{"type":"boolean","description":"User set flag to indicate if ads should be disabled for this article.\n This is only a \"suggestion\" as dependant on the client that is displaying this article\n They might choose to ignore this setting."},"enableComments":{"type":"boolean","description":"Whether comments are enabled for article."},"etag":{"type":"string","description":"A checksum computed by the server based on the current value\n of the resource. This may be sent on update and delete requests to\n ensure the client has an up-to-date value before proceeding."},"groups":{"type":"array","items":{"type":"string","description":"Editorial groups, used to create content queries. Not intended to be shown to readers"}},"headerImage":{"$ref":"#/components/schemas/Image"},"id":{"type":"string","description":"Unique identifier"},"intro":{"$ref":"#/components/schemas/TextProperty"},"isBreaking":{"type":"boolean","description":"User set flag to indicate breaking news"},"isEditorsChoice":{"type":"boolean","description":"Is this article editors choice"},"isNsfw":{"type":"boolean","description":"Indicates wheather this article is \"not safe for work\""},"isSensitive":{"type":"boolean","description":"Indicates wheather this article contains sensitive content"},"isSponsored":{"type":"boolean","description":"User set flag to indicate if an article is paid for"},"location":{"$ref":"#/components/schemas/LocationProperty"},"mentions":{"type":"array","items":{"type":"string","description":"List of entites (People, companies etc.) mentioned in this article"}},"metadata":{"$ref":"#/components/schemas/MetadataProperty"},"path":{"type":"string","description":"TODO"},"placements":{"type":"array","items":{"$ref":"#/components/schemas/PlacementProperty"}},"plainText":{"type":"string","description":"Computed text."},"policy":{"type":"string","description":"The content policy."},"publishedAt":{"type":"integer","description":"Published timestamp"},"readDuration":{"type":"integer","description":"Meta data - how many seconds to read this article"},"redirectUrl":{"type":"string","description":"Used to link to external urls. If set, the client should redirect to this set URL when a user opens it.\n example: To promote a mini site or external build, while still having an \"article\" in system, meaning it can be placed on pages and searched etc."},"relatedArticles":{"type":"array","items":{"$ref":"#/components/schemas/ArticleListItem"}},"shareText":{"$ref":"#/components/schemas/ShareTextProperty"},"slug":{"type":"string","description":"Article slug"},"sponsors":{"type":"array","items":{"$ref":"#/components/schemas/SponsorListItem"}},"summary":{"$ref":"#/components/schemas/TextProperty"},"tags":{"type":"array","items":{"type":"string","description":"Topic tags, intended to be shown to readers"}},"title":{"$ref":"#/components/schemas/TextProperty"},"title2":{"$ref":"#/components/schemas/TextProperty"},"title3":{"$ref":"#/components/schemas/TextProperty"},"titleListing":{"$ref":"#/components/schemas/TextProperty"},"updatePublishedAt":{"type":"integer","description":"Timestamp of the last time information was updated in this article"},"widgets":{"type":"array","items":{"$ref":"#/components/schemas/Widget"}}},"additionalProperties":false},"ArticleAttributesEntry":{"required":["$kind","key","value"],"type":"object","properties":{"$kind":{"enum":["ArticleAttributesEntry"],"type":"string"},"key":{"type":"string"},"value":{"type":"string"}},"additionalProperties":false},"ArticleListItem":{"required":["$kind","id","slug","creators","synopsis","publishedAt","readDuration","placements","isSponsored","sponsors","isBreaking","isSensitive","isNsfw","isEditorsChoice","tags"],"type":"object","properties":{"$kind":{"enum":["ArticleListItem"],"type":"string"},"canonicalUrl":{"type":"string","description":"Canonical url set by a user"},"counts":{"$ref":"#/components/schemas/MediaCountProperty"},"creators":{"type":"array","items":{"$ref":"#/components/schemas/CreatorListItem"}},"enableComments":{"type":"boolean","description":"Whether comments are enabled for article."},"id":{"type":"string","description":"Unique identifier"},"image":{"$ref":"#/components/schemas/Image"},"isBreaking":{"type":"boolean","description":"Is this article Breaking News"},"isEditorsChoice":{"type":"boolean","description":"Is this article editors choice"},"isNsfw":{"type":"boolean","description":"Is this article NSFW"},"isSensitive":{"type":"boolean","description":"Is this article Sensitive"},"isSponsored":{"type":"boolean","description":"Is this article paid for or not"},"location":{"$ref":"#/components/schemas/LocationProperty"},"path":{"type":"string","description":"Navigation path for this article.\n Relative paths should be resolved by the client.\n Absolute URLs indicate the article should be opened as an external resource."},"placements":{"type":"array","items":{"$ref":"#/components/schemas/PlacementProperty"}},"policy":{"type":"string","description":"The content policy."},"publishedAt":{"type":"integer","description":"Published timestamp"},"readDuration":{"type":"integer","description":"Meta data - how many seconds to read this article"},"redirectUrl":{"type":"string","description":"Used to link to external urls. If set, the client should redirect to this set URL when a user opens it.\n example: To promote a mini site or external build, while still having an \"article\" in system, meaning it can be placed on pages and searched etc."},"slug":{"type":"string","description":"Article slug"},"sponsors":{"type":"array","items":{"$ref":"#/components/schemas/SponsorListItem"}},"synopsis":{"type":"string","description":"Computed synopsis"},"tags":{"type":"array","items":{"type":"string","description":"Article tags"}},"title":{"$ref":"#/components/schemas/TextProperty"},"title2":{"$ref":"#/components/schemas/TextProperty"},"updatePublishedAt":{"type":"integer","description":"Timestamp of the last time information was updated in this article"}},"additionalProperties":false},"ArticleListWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["ArticleListWidgetData"],"type":"string"},"anchor":{"type":"string"},"articles":{"$ref":"#/components/schemas/ListArticlesResponse"},"float":{"$ref":"#/components/schemas/FloatProperty"},"heading":{"$ref":"#/components/schemas/TextProperty"},"loadMore":{"type":"boolean"},"loadMoreLimit":{"type":"integer"},"query":{"$ref":"#/components/schemas/ListArticlesRequestOutput"},"readMoreLink":{"$ref":"#/components/schemas/TextLinkProperty"},"style":{"type":"string"},"subheading":{"$ref":"#/components/schemas/TextProperty"}},"additionalProperties":false},"BlueskyWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["BlueskyWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"ChartblocksWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["ChartblocksWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"CodepenWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["CodepenWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"Creator":{"required":["$kind","id","slug","name","tags","categories"],"type":"object","properties":{"$kind":{"enum":["Creator"],"type":"string"},"bio":{"type":"string","description":"Detailed biography of the profile holder."},"categories":{"type":"array","items":{"$ref":"#/components/schemas/CreatorCategory"}},"email":{"type":"string","description":"Email address of the profile holder."},"id":{"type":"string","description":"Creators NewsTeam id"},"image":{"$ref":"#/components/schemas/Image"},"location":{"$ref":"#/components/schemas/LocationProperty"},"name":{"type":"string","description":"Name of the profile holder."},"phoneNumber":{"type":"string","description":"Telephone number of the profile holder."},"shortBio":{"type":"string","description":"Short biography of the profile holder."},"slug":{"type":"string","description":"URL-friendly slug for the profile."},"social":{"$ref":"#/components/schemas/SocialProperty"},"tags":{"type":"array","items":{"type":"string","description":"Tags used to group creators and/or for frontend display"}},"websiteUrl":{"type":"string","description":"Url of the profile holder."}},"additionalProperties":false},"CreatorCategory":{"enum":["unspecified","writer","photography","video","audio","data","designer","socialMedia","editorial","production","copywriting","presentation"],"type":"string"},"CreatorListItem":{"required":["$kind","id","name","categories"],"type":"object","properties":{"$kind":{"enum":["CreatorListItem"],"type":"string"},"bio":{"type":"string","description":"Detailed biography of the profile holder."},"categories":{"type":"array","items":{"$ref":"#/components/schemas/CreatorCategory"}},"email":{"type":"string","description":"Email address of the profile holder."},"id":{"type":"string","description":"Creators NewsTeam id"},"image":{"$ref":"#/components/schemas/Image"},"location":{"$ref":"#/components/schemas/LocationProperty"},"name":{"type":"string","description":"Name of the profile holder."},"phoneNumber":{"type":"string","description":"Telephone number of the profile holder."},"shortBio":{"type":"string","description":"Short biography of the profile holder."},"slug":{"type":"string","description":"URL-friendly slug for the profile."},"social":{"$ref":"#/components/schemas/SocialProperty"},"websiteUrl":{"type":"string","description":"Url of the profile holder."}},"additionalProperties":false},"CrowdsignalWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["CrowdsignalWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"FacebookPostWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["FacebookPostWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"FacebookVideoWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["FacebookVideoWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/VideoOembed"},"style":{"type":"string"},"videoMetadata":{"$ref":"#/components/schemas/VideoWidgetMetadata"}},"additionalProperties":false},"Feed":{"required":["$kind","id","name","keywords"],"type":"object","properties":{"$kind":{"enum":["Feed"],"type":"string"},"description":{"type":"string","description":"Optional descriptive text providing additional information about the feed."},"domain":{"type":"string","description":"TODO: Is this the correct name, what does this represent? \"link\"?"},"id":{"type":"string","description":"Unique identifier for the feed."},"keywords":{"type":"array","items":{"type":"string","description":"List of keywords to describe this feed"}},"locale":{"type":"string","description":"Locale of feed (BCP-47)"},"location":{"$ref":"#/components/schemas/LocationProperty"},"logo":{"$ref":"#/components/schemas/Image"},"name":{"type":"string","description":"Name of the feed."}},"additionalProperties":false},"FloatProperty":{"enum":["unspecified","left","right"],"type":"string"},"GetAdsTxtRequest":{"type":"object","additionalProperties":false},"GetAdsTxtResponse":{"required":["$kind","content"],"type":"object","properties":{"$kind":{"enum":["GetAdsTxtResponse"],"type":"string"},"content":{"type":"string"}},"additionalProperties":false},"GetArticleRequest":{"required":["slug"],"type":"object","properties":{"slug":{"type":"string"}},"additionalProperties":false},"GetCreatorRequest":{"required":["slug"],"type":"object","properties":{"slug":{"type":"string"}},"additionalProperties":false},"GetFeedRequest":{"required":["id"],"type":"object","properties":{"id":{"type":"string"}},"additionalProperties":false},"GetPortalUrlRequest":{"required":["id"],"type":"object","properties":{"id":{"type":"string"}},"additionalProperties":false},"GetPortalUrlResponse":{"required":["$kind","url"],"type":"object","properties":{"$kind":{"enum":["GetPortalUrlResponse"],"type":"string"},"url":{"type":"string"}},"additionalProperties":false},"GetSiteRequest":{"type":"object","additionalProperties":false},"GetSponsorRequest":{"required":["slug"],"type":"object","properties":{"slug":{"type":"string"}},"additionalProperties":false},"GoogleMapWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["GoogleMapWidgetData"],"type":"string"},"address":{"type":"string"},"anchor":{"type":"string"},"center":{"$ref":"#/components/schemas/GoogleMapWidgetDataCoordinates"},"directions":{"$ref":"#/components/schemas/GoogleMapWidgetDataDirections"},"float":{"$ref":"#/components/schemas/FloatProperty"},"marker":{"$ref":"#/components/schemas/GoogleMapWidgetDataCoordinates"},"style":{"type":"string"},"tilt":{"type":"integer"},"type":{"type":"string"},"zoom":{"type":"integer"}},"additionalProperties":false},"GoogleMapWidgetDataCoordinates":{"required":["$kind","lat","lng"],"type":"object","properties":{"$kind":{"enum":["GoogleMapWidgetDataCoordinates"],"type":"string"},"lat":{"type":"number"},"lng":{"type":"number"}},"additionalProperties":false},"GoogleMapWidgetDataDirections":{"required":["$kind","waypoints"],"type":"object","properties":{"$kind":{"enum":["GoogleMapWidgetDataDirections"],"type":"string"},"end":{"$ref":"#/components/schemas/GoogleMapWidgetDataCoordinates"},"start":{"$ref":"#/components/schemas/GoogleMapWidgetDataCoordinates"},"waypoints":{"type":"array","items":{"$ref":"#/components/schemas/GoogleMapWidgetDataCoordinates"}}},"additionalProperties":false},"HorizontalLineWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["HorizontalLineWidgetData"],"type":"string"},"anchor":{"type":"string"},"style":{"type":"string"}},"additionalProperties":false},"HtmlWidgetData":{"required":["$kind","html"],"type":"object","properties":{"$kind":{"enum":["HtmlWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"html":{"type":"string"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"style":{"type":"string"}},"additionalProperties":false},"IframelyWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["IframelyWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"Image":{"required":["$kind","mediaType","palette","sha256Hash","keywords","focalY","focalX","cuts"],"type":"object","properties":{"$kind":{"enum":["Image"],"type":"string"},"caption":{"type":"string","description":"Caption for the image."},"credit":{"type":"string","description":"Credit information for the image."},"cuts":{"type":"array","items":{"$ref":"#/components/schemas/ImageCut"}},"focalX":{"type":"integer","description":"X-coordinate of the focal point."},"focalY":{"type":"integer","description":"Y-coordinate of the focal point."},"keywords":{"type":"array","items":{"type":"string","description":"Keywords associated with the image."}},"location":{"$ref":"#/components/schemas/LocationProperty"},"mediaType":{"type":"string","description":"MIME type (e.g., \"image/png\", \"image/jpeg\")."},"palette":{"type":"array","items":{"type":"string","description":"Color palette used in the image."}},"sha256Hash":{"type":"string","description":"Hash of the image data."},"thumbnail":{"$ref":"#/components/schemas/ImageCut"},"title":{"type":"string","description":"Title of the image."}},"additionalProperties":false},"ImageCut":{"required":["$kind","path","width","height"],"type":"object","properties":{"$kind":{"enum":["ImageCut"],"type":"string"},"height":{"type":"integer"},"path":{"type":"string"},"width":{"type":"integer"}},"additionalProperties":false},"ImageGalleryWidgetData":{"required":["$kind","images"],"type":"object","properties":{"$kind":{"enum":["ImageGalleryWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"images":{"type":"array","items":{"$ref":"#/components/schemas/Image"}},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"style":{"type":"string"}},"additionalProperties":false},"ImageWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["ImageWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"image":{"$ref":"#/components/schemas/Image"},"link":{"$ref":"#/components/schemas/LinkProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"style":{"type":"string"}},"additionalProperties":false},"InfogramWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["InfogramWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"InstagramWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["InstagramWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"IonoWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["IonoWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"IssueAccessTokenRequest":{"required":["userAgent","providerToken"],"type":"object","properties":{"providerToken":{"type":"string","description":"The authorization token received from an identity provider."},"userAgent":{"type":"string","description":"The user agent string of the client requesting the token."}},"additionalProperties":false},"IssueAccessTokenResponse":{"required":["$kind","token","deviceId","expiresAt"],"type":"object","properties":{"$kind":{"enum":["IssueAccessTokenResponse"],"type":"string"},"deviceId":{"type":"string","description":"The ID of the device associated with the token."},"expiresAt":{"type":"integer","description":"The unix timestamp of when the token expires."},"token":{"type":"string","description":"The newly issued access token."}},"additionalProperties":false},"IssuuWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["IssuuWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"JWPlayerWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["JWPlayerWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/VideoOembed"},"style":{"type":"string"},"videoMetadata":{"$ref":"#/components/schemas/VideoWidgetMetadata"}},"additionalProperties":false},"KickstarterWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["KickstarterWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"LinkProperty":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["LinkProperty"],"type":"string"},"href":{"type":"string"},"newTab":{"type":"boolean"},"rel":{"type":"string"}},"additionalProperties":false},"ListArticlesRequest":{"type":"object","properties":{"authors":{"type":"array","items":{"type":"string","description":"filter articles by authors, this is for text author field and not linked creators"}},"cities":{"type":"array","items":{"type":"string","description":"Filter by cities"}},"countries":{"type":"array","items":{"type":"string","description":"Filter by countries"}},"creatorIds":{"type":"array","items":{"type":"string","description":"filter articles by linked creators IDs"}},"dateField":{"$ref":"#/components/schemas/ListArticlesRequestDateField"},"dateMax":{"type":"integer","description":"to date used for filtering articles"},"dateMin":{"type":"integer","description":"from date used for filtering articles"},"excludeFeedIds":{"type":"array","items":{"type":"string","description":"list of first level feeds to exclude from the query"}},"excludeIds":{"type":"array","items":{"type":"string","description":"list of article IDs to exclude from results"}},"feedIds":{"type":"array","items":{"type":"string","description":"The feed IDs you want to filter on, when set only articles that contain a placement\n in the specific feed, if not set all feeds will be considered.\n if only 1 feed is passed its curated order will be applied to results"}},"functionalScoreField":{"$ref":"#/components/schemas/ListArticlesRequestDateField"},"functionalScoreOrigin":{"type":"integer","description":"date from where degrade function will apply from, by default it is current date time"},"geoDistance":{"type":"string","description":"e.g. \"25km\""},"geoLat":{"type":"number","description":"Geo-point latitude"},"geoLng":{"type":"number","description":"Geo-point longitude"},"groups":{"type":"array","items":{"type":"string","description":"filter articles by groups"}},"hasAudio":{"type":"boolean","description":"filter articles that contain video"},"hasBlockquote":{"type":"boolean","description":"filter articles that contain blockquotes"},"hasCreator":{"type":"boolean","description":"filter articles that have or have not got linked Newsteam creators"},"hasImage":{"type":"boolean","description":"filter articles that contain images"},"hasInfographic":{"type":"boolean","description":"filter articles that contain infographics"},"hasSocial":{"type":"boolean","description":"filter articles that contain scoial media"},"hasVideo":{"type":"boolean","description":"filter articles that contain videos"},"ids":{"type":"array","items":{"type":"string","description":"filter by article IDs"}},"imageIds":{"type":"array","items":{"type":"string","description":"Filter articles based on image ids, this will return all articles that have used these images."}},"includeWidgets":{"type":"boolean"},"isBreaking":{"type":"boolean","description":"filter articles based on breaking news status"},"isCommentsEnabled":{"type":"boolean","description":"Whether to filter for articles based on comments status"},"isEditorsChoice":{"type":"boolean","description":"filter articles based on editors choice placements"},"isSponsored":{"type":"boolean","description":"filter articles based on being sponsored or not"},"keywords":{"type":"array","items":{"type":"string","description":"filter articles based on keywords"}},"languages":{"type":"array","items":{"type":"string","description":"Languages e.g \"en\""}},"limit":{"type":"integer"},"locales":{"type":"array","items":{"type":"string","description":"BCP-47 locales e.g \"en-ZA\""}},"mentions":{"type":"array","items":{"type":"string","description":"Filter by mentioned people, companies etc. in articles"}},"orderDir":{"$ref":"#/components/schemas/OrderDir"},"orderDirSecondary":{"$ref":"#/components/schemas/OrderDir"},"orderField":{"$ref":"#/components/schemas/ListArticlesRequestOrderField"},"orderFieldSecondary":{"$ref":"#/components/schemas/ListArticlesRequestOrderField"},"pageToken":{"type":"string","description":"token used to get the next page"},"path":{"type":"string","description":"filter by site menu path, will return feed(s) articles associated with that page. e.g. \"news/crime\""},"policyIds":{"type":"array","items":{"type":"string","description":"Filter by article content policy IDs."}},"query":{"type":"string","description":"search term to score and order results by, by deafult if a query is passed functional scoring will be turned on."},"sponsorIds":{"type":"array","items":{"type":"string","description":"filter articles by sponsor IDs"}},"suburbs":{"type":"array","items":{"type":"string","description":"Filter by suburbs"}},"tags":{"type":"array","items":{"type":"string","description":"filter articles by tags"}},"useFunctionalScore":{"type":"boolean","description":"apply functional score to queries only, wont apply to filters.\n Will degrade scroes the older a document is, by default if a 'query' is set functional score will apply"},"videoIds":{"type":"array","items":{"type":"string","description":"Filter articles based on video ids, this will return all articles that have used these videos."}}},"additionalProperties":false},"ListArticlesRequestDateField":{"enum":["unspecified","publishedAt","updatedPublishedAt"],"type":"string"},"ListArticlesRequestOrderField":{"enum":["unspecified","publishedAt","updatedPublishedAt"],"type":"string"},"ListArticlesRequestOutput":{"required":["$kind","ids","authors","creatorIds","excludeIds","groups","keywords","sponsorIds","tags","excludeFeedIds","feedIds","policyIds","suburbs","cities","countries","imageIds","videoIds","mentions","locales","languages"],"type":"object","properties":{"$kind":{"enum":["ListArticlesRequestOutput"],"type":"string"},"authors":{"type":"array","items":{"type":"string","description":"filter articles by authors, this is for text author field and not linked creators"}},"cities":{"type":"array","items":{"type":"string","description":"Filter by cities"}},"countries":{"type":"array","items":{"type":"string","description":"Filter by countries"}},"creatorIds":{"type":"array","items":{"type":"string","description":"filter articles by linked creators IDs"}},"dateField":{"$ref":"#/components/schemas/ListArticlesRequestDateField"},"dateMax":{"type":"integer","description":"to date used for filtering articles"},"dateMin":{"type":"integer","description":"from date used for filtering articles"},"excludeFeedIds":{"type":"array","items":{"type":"string","description":"list of first level feeds to exclude from the query"}},"excludeIds":{"type":"array","items":{"type":"string","description":"list of article IDs to exclude from results"}},"feedIds":{"type":"array","items":{"type":"string","description":"The feed IDs you want to filter on, when set only articles that contain a placement\n in the specific feed, if not set all feeds will be considered.\n if only 1 feed is passed its curated order will be applied to results"}},"functionalScoreField":{"$ref":"#/components/schemas/ListArticlesRequestDateField"},"functionalScoreOrigin":{"type":"integer","description":"date from where degrade function will apply from, by default it is current date time"},"geoDistance":{"type":"string","description":"e.g. \"25km\""},"geoLat":{"type":"number","description":"Geo-point latitude"},"geoLng":{"type":"number","description":"Geo-point longitude"},"groups":{"type":"array","items":{"type":"string","description":"filter articles by groups"}},"hasAudio":{"type":"boolean","description":"filter articles that contain video"},"hasBlockquote":{"type":"boolean","description":"filter articles that contain blockquotes"},"hasCreator":{"type":"boolean","description":"filter articles that have or have not got linked Newsteam creators"},"hasImage":{"type":"boolean","description":"filter articles that contain images"},"hasInfographic":{"type":"boolean","description":"filter articles that contain infographics"},"hasSocial":{"type":"boolean","description":"filter articles that contain scoial media"},"hasVideo":{"type":"boolean","description":"filter articles that contain videos"},"ids":{"type":"array","items":{"type":"string","description":"filter by article IDs"}},"imageIds":{"type":"array","items":{"type":"string","description":"Filter articles based on image ids, this will return all articles that have used these images."}},"includeWidgets":{"type":"boolean"},"isBreaking":{"type":"boolean","description":"filter articles based on breaking news status"},"isCommentsEnabled":{"type":"boolean","description":"Whether to filter for articles based on comments status"},"isEditorsChoice":{"type":"boolean","description":"filter articles based on editors choice placements"},"isSponsored":{"type":"boolean","description":"filter articles based on being sponsored or not"},"keywords":{"type":"array","items":{"type":"string","description":"filter articles based on keywords"}},"languages":{"type":"array","items":{"type":"string","description":"Languages e.g \"en\""}},"limit":{"type":"integer"},"locales":{"type":"array","items":{"type":"string","description":"BCP-47 locales e.g \"en-ZA\""}},"mentions":{"type":"array","items":{"type":"string","description":"Filter by mentioned people, companies etc. in articles"}},"orderDir":{"$ref":"#/components/schemas/OrderDir"},"orderDirSecondary":{"$ref":"#/components/schemas/OrderDir"},"orderField":{"$ref":"#/components/schemas/ListArticlesRequestOrderField"},"orderFieldSecondary":{"$ref":"#/components/schemas/ListArticlesRequestOrderField"},"pageToken":{"type":"string","description":"token used to get the next page"},"path":{"type":"string","description":"filter by site menu path, will return feed(s) articles associated with that page. e.g. \"news/crime\""},"policyIds":{"type":"array","items":{"type":"string","description":"Filter by article content policy IDs."}},"query":{"type":"string","description":"search term to score and order results by, by deafult if a query is passed functional scoring will be turned on."},"sponsorIds":{"type":"array","items":{"type":"string","description":"filter articles by sponsor IDs"}},"suburbs":{"type":"array","items":{"type":"string","description":"Filter by suburbs"}},"tags":{"type":"array","items":{"type":"string","description":"filter articles by tags"}},"useFunctionalScore":{"type":"boolean","description":"apply functional score to queries only, wont apply to filters.\n Will degrade scroes the older a document is, by default if a 'query' is set functional score will apply"},"videoIds":{"type":"array","items":{"type":"string","description":"Filter articles based on video ids, this will return all articles that have used these videos."}}},"additionalProperties":false},"ListArticlesResponse":{"required":["$kind","total","offset","items"],"type":"object","properties":{"$kind":{"enum":["ListArticlesResponse"],"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ArticleListItem"}},"nextPageToken":{"type":"string","description":"Use this token to fetch the next page."},"offset":{"type":"integer","description":"current offset"},"total":{"type":"integer","description":"Total articles found."}},"additionalProperties":false},"ListCreatorsRequest":{"type":"object","properties":{"categories":{"type":"array","items":{"$ref":"#/components/schemas/CreatorCategory"}},"city":{"type":"array","items":{"type":"string","description":"Filter by city"}},"country":{"type":"array","items":{"type":"string","description":"Filter by country"}},"geoDistance":{"type":"string","description":"Geo search distance from point e.g. \"25km\""},"geoLat":{"type":"number","description":"Geo search lat"},"geoLng":{"type":"number","description":"Geo search long"},"ids":{"type":"array","items":{"type":"string","description":"Filter by creator IDs"}},"limit":{"type":"integer","description":"Limit"},"pageToken":{"type":"string","description":"Next page token for pagination"},"query":{"type":"string","description":"Search text query"},"siteIds":{"type":"array","items":{"type":"string","description":"Filter by spacific site ids\n used for getting creators list on a spacific site"}},"suburb":{"type":"array","items":{"type":"string","description":"Filter by suburb"}},"tags":{"type":"array","items":{"type":"string","description":"Filter by tags"}}},"additionalProperties":false},"ListCreatorsResponse":{"required":["$kind","total","offset","items"],"type":"object","properties":{"$kind":{"enum":["ListCreatorsResponse"],"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/CreatorListItem"}},"nextPageToken":{"type":"string"},"offset":{"type":"integer"},"total":{"type":"integer"}},"additionalProperties":false},"ListDevicesRequest":{"type":"object","additionalProperties":false},"ListDevicesResponse":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["ListDevicesResponse"],"type":"string"}},"additionalProperties":false},"ListProductsRequest":{"type":"object","additionalProperties":false},"ListProductsResponse":{"required":["$kind","items"],"type":"object","properties":{"$kind":{"enum":["ListProductsResponse"],"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Product"}}},"additionalProperties":false},"ListSponsorsRequest":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string","description":"Filter by sponsor IDs"}},"limit":{"type":"integer","description":"Limit"},"pageToken":{"type":"string","description":"Next page token for pagination"},"query":{"type":"string","description":"Search text query"},"siteIds":{"type":"array","items":{"type":"string","description":"Filter by spacific site ids\n used for getting sponsor/partner list on a spacific site"}},"tags":{"type":"array","items":{"type":"string","description":"Filter by tags"}}},"additionalProperties":false},"ListSponsorsResponse":{"required":["$kind","total","offset","items"],"type":"object","properties":{"$kind":{"enum":["ListSponsorsResponse"],"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/SponsorListItem"}},"nextPageToken":{"type":"string"},"offset":{"type":"integer"},"total":{"type":"integer"}},"additionalProperties":false},"ListSubscriptionsRequest":{"type":"object","additionalProperties":false},"ListSubscriptionsResponse":{"required":["$kind","entitlements","items"],"type":"object","properties":{"$kind":{"enum":["ListSubscriptionsResponse"],"type":"string"},"address":{"$ref":"#/components/schemas/AddressProperty"},"entitlements":{"type":"array","items":{"type":"string"}},"firstName":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Subscription"}},"lastName":{"type":"string"},"phoneNumber":{"type":"string"}},"additionalProperties":false},"ListWidgetsRequest":{"type":"object","properties":{"categories":{"type":"array","items":{"$ref":"#/components/schemas/ListWidgetsRequestCategory"}},"cities":{"type":"array","items":{"type":"string","description":"Filter by cities"}},"countries":{"type":"array","items":{"type":"string","description":"Filter by countries"}},"creatorIds":{"type":"array","items":{"type":"string","description":"Linked NewsTeam creators"}},"dateMax":{"type":"integer"},"dateMin":{"type":"integer"},"excludeFeedIds":{"type":"array","items":{"type":"string","description":"Exclude specific feed ids"}},"feedIds":{"type":"array","items":{"type":"string","description":"Filter by specific feed ids"}},"geoDistance":{"type":"string","description":"e.g. \"25km\""},"geoLat":{"type":"number","description":"Geo-point latitude"},"geoLng":{"type":"number","description":"Geo-point longitude"},"languages":{"type":"array","items":{"type":"string","description":"Languages e.g \"en\""}},"limit":{"type":"integer"},"locales":{"type":"array","items":{"type":"string","description":"BCP-47 locales e.g \"en-ZA\""}},"maxDuration":{"type":"integer","description":"Maximum duration in seconds"},"mentions":{"type":"array","items":{"type":"string","description":"Mentioned entities (people, companies etc.)"}},"minDuration":{"type":"integer","description":"Minimum duration in seconds"},"orderDir":{"$ref":"#/components/schemas/OrderDir"},"orderField":{"$ref":"#/components/schemas/ListWidgetsRequestOrderField"},"pageToken":{"type":"string"},"path":{"type":"string","description":"filter by site menu path, will return feed(s) articles associated with that page. e.g. \"news/crime\""},"query":{"type":"string","description":"Text query"},"suburbs":{"type":"array","items":{"type":"string","description":"Filter by suburbs"}},"tags":{"type":"array","items":{"type":"string","description":"Content tags"}},"types":{"type":"array","items":{"$ref":"#/components/schemas/ListWidgetsRequestType"}}},"additionalProperties":false},"ListWidgetsRequestCategory":{"enum":["unspecified","audio","dataviz","document","embed","image","social","video"],"type":"string","description":"Widget categories"},"ListWidgetsRequestOrderField":{"enum":["unspecified","publishedAt","duration"],"type":"string"},"ListWidgetsRequestOutput":{"required":["$kind","feedIds","excludeFeedIds","types","categories","tags","mentions","creatorIds","suburbs","cities","countries","locales","languages"],"type":"object","properties":{"$kind":{"enum":["ListWidgetsRequestOutput"],"type":"string"},"categories":{"type":"array","items":{"$ref":"#/components/schemas/ListWidgetsRequestCategory"}},"cities":{"type":"array","items":{"type":"string","description":"Filter by cities"}},"countries":{"type":"array","items":{"type":"string","description":"Filter by countries"}},"creatorIds":{"type":"array","items":{"type":"string","description":"Linked NewsTeam creators"}},"dateMax":{"type":"integer"},"dateMin":{"type":"integer"},"excludeFeedIds":{"type":"array","items":{"type":"string","description":"Exclude specific feed ids"}},"feedIds":{"type":"array","items":{"type":"string","description":"Filter by specific feed ids"}},"geoDistance":{"type":"string","description":"e.g. \"25km\""},"geoLat":{"type":"number","description":"Geo-point latitude"},"geoLng":{"type":"number","description":"Geo-point longitude"},"languages":{"type":"array","items":{"type":"string","description":"Languages e.g \"en\""}},"limit":{"type":"integer"},"locales":{"type":"array","items":{"type":"string","description":"BCP-47 locales e.g \"en-ZA\""}},"maxDuration":{"type":"integer","description":"Maximum duration in seconds"},"mentions":{"type":"array","items":{"type":"string","description":"Mentioned entities (people, companies etc.)"}},"minDuration":{"type":"integer","description":"Minimum duration in seconds"},"orderDir":{"$ref":"#/components/schemas/OrderDir"},"orderField":{"$ref":"#/components/schemas/ListWidgetsRequestOrderField"},"pageToken":{"type":"string"},"path":{"type":"string","description":"filter by site menu path, will return feed(s) articles associated with that page. e.g. \"news/crime\""},"query":{"type":"string","description":"Text query"},"suburbs":{"type":"array","items":{"type":"string","description":"Filter by suburbs"}},"tags":{"type":"array","items":{"type":"string","description":"Content tags"}},"types":{"type":"array","items":{"$ref":"#/components/schemas/ListWidgetsRequestType"}}},"additionalProperties":false},"ListWidgetsRequestType":{"enum":["unspecified","image","imageGallery","video","youtube","jwplayer","facebookVideo","instagram","twitter","facebookPost","tiktok","soundcloud","iono","chartblocks","infogram","scribd","issuu","iframely","crowdsignal","kickstarter","html","quote","aiInfographic"],"type":"string","description":"Indexed widget types"},"ListWidgetsResponse":{"required":["$kind","total","offset","items"],"type":"object","properties":{"$kind":{"enum":["ListWidgetsResponse"],"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ListWidgetsResponseItem"}},"nextPageToken":{"type":"string"},"offset":{"type":"integer"},"total":{"type":"integer"}},"additionalProperties":false},"ListWidgetsResponseItem":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["ListWidgetsResponseItem"],"type":"string"},"article":{"$ref":"#/components/schemas/ArticleListItem"},"widget":{"$ref":"#/components/schemas/Widget"}},"additionalProperties":false},"LocationProperty":{"required":["$kind","lat","lng"],"type":"object","properties":{"$kind":{"enum":["LocationProperty"],"type":"string"},"data":{"$ref":"#/components/schemas/LocationPropertyData"},"label":{"type":"string","description":"Name of location"},"lat":{"type":"number","description":"Geo location latitude"},"lng":{"type":"number","description":"Geo location longitude"}},"additionalProperties":false},"LocationPropertyData":{"required":["$kind","streetNumber","streetName","neighborhood","suburb","city","adminAreaLevel3","adminAreaLevel2","adminAreaLevel1","country","countryCode","postalCode","placeId","plusCode"],"type":"object","properties":{"$kind":{"enum":["LocationPropertyData"],"type":"string"},"adminAreaLevel1":{"type":"string","description":"province / state – e.g. \"Western Cape\""},"adminAreaLevel2":{"type":"string","description":"district / municipality"},"adminAreaLevel3":{"type":"string","description":"e.g. \"City of Cape Town\""},"city":{"type":"string","description":"e.g. \"Cape Town\""},"country":{"type":"string","description":"long name – e.g. \"South Africa\""},"countryCode":{"type":"string","description":"ISO-3166 alpha-2 – e.g. \"ZA\""},"neighborhood":{"type":"string","description":"e.g. “Bo-Kaap”/ “Woodstock East”"},"placeId":{"type":"string","description":"stable Google ID"},"plusCode":{"type":"string","description":"global code - e.g. \"4FRW3G9X+JX\""},"postalCode":{"type":"string","description":"e.g. \"7475\""},"streetName":{"type":"string","description":"e.g. \"Christian Avenue\""},"streetNumber":{"type":"string","description":"e.g. \"18\""},"suburb":{"type":"string","description":"e.g. \"Goodwood\" / \"Epping\""}},"additionalProperties":false},"LocationPropertyDataInput":{"required":["streetNumber","streetName","neighborhood","suburb","city","adminAreaLevel3","adminAreaLevel2","adminAreaLevel1","country","countryCode","postalCode","placeId","plusCode"],"type":"object","properties":{"adminAreaLevel1":{"type":"string","description":"province / state – e.g. \"Western Cape\""},"adminAreaLevel2":{"type":"string","description":"district / municipality"},"adminAreaLevel3":{"type":"string","description":"e.g. \"City of Cape Town\""},"city":{"type":"string","description":"e.g. \"Cape Town\""},"country":{"type":"string","description":"long name – e.g. \"South Africa\""},"countryCode":{"type":"string","description":"ISO-3166 alpha-2 – e.g. \"ZA\""},"neighborhood":{"type":"string","description":"e.g. “Bo-Kaap”/ “Woodstock East”"},"placeId":{"type":"string","description":"stable Google ID"},"plusCode":{"type":"string","description":"global code - e.g. \"4FRW3G9X+JX\""},"postalCode":{"type":"string","description":"e.g. \"7475\""},"streetName":{"type":"string","description":"e.g. \"Christian Avenue\""},"streetNumber":{"type":"string","description":"e.g. \"18\""},"suburb":{"type":"string","description":"e.g. \"Goodwood\" / \"Epping\""}},"additionalProperties":false},"LocationPropertyInput":{"required":["lat","lng"],"type":"object","properties":{"data":{"$ref":"#/components/schemas/LocationPropertyDataInput"},"label":{"type":"string","description":"Name of location"},"lat":{"type":"number","description":"Geo location latitude"},"lng":{"type":"number","description":"Geo location longitude"}},"additionalProperties":false},"MeRequest":{"type":"object","additionalProperties":false},"MeResponse":{"required":["$kind","id","email","displayName","deviceId","entitlements","isProfileComplete"],"type":"object","properties":{"$kind":{"enum":["MeResponse"],"type":"string"},"deviceId":{"type":"string","description":"The ID of the device for the current session."},"displayName":{"type":"string","description":"The user's display name."},"email":{"type":"string","description":"The user's primary email address."},"entitlements":{"type":"array","items":{"type":"string","description":"List of user entitlements (This is sourced from auth integration)."}},"id":{"type":"string","description":"The user ID"},"isProfileComplete":{"type":"boolean","description":"Whether the member has completed the welcome flow."}},"additionalProperties":false},"MediaCountProperty":{"required":["$kind","social","infographic","blockquote","video","audio","words","image","embeddedArticle","document"],"type":"object","properties":{"$kind":{"enum":["MediaCountProperty"],"type":"string"},"audio":{"type":"integer","description":"Number of audio clips."},"blockquote":{"type":"integer","description":"Number of blockquotes."},"document":{"type":"integer","description":"Number of documents."},"embeddedArticle":{"type":"integer","description":"Number of embedded articles."},"image":{"type":"integer","description":"Number of images."},"infographic":{"type":"integer","description":"Number of infographics."},"social":{"type":"integer","description":"Number of social media embeds."},"video":{"type":"integer","description":"Number of videos."},"words":{"type":"integer","description":"Total word count."}},"additionalProperties":false},"MentionsWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["MentionsWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"heading":{"$ref":"#/components/schemas/TextProperty"},"mentions":{"$ref":"#/components/schemas/PopularTermsResponse"},"note":{"type":"string"},"style":{"type":"string"},"subheading":{"$ref":"#/components/schemas/TextProperty"}},"additionalProperties":false},"MetadataProperty":{"required":["$kind","title","description","keywords","locale"],"type":"object","properties":{"$kind":{"enum":["MetadataProperty"],"type":"string"},"description":{"type":"string","description":"Description to be used for metadata"},"image":{"$ref":"#/components/schemas/Image"},"keywords":{"type":"array","items":{"type":"string","description":"Keywords to be used for metadata"}},"locale":{"type":"string","description":"Description to be used for metadata"},"title":{"type":"string","description":"Title to be used for metadata"}},"additionalProperties":false},"OrderDir":{"enum":["unspecified","asc","desc"],"type":"string","description":"Enum representing option orders in list calls"},"Page":{"required":["$kind","id","etag","publishedAt","updatePublishedAt","widgets","value","plainText"],"type":"object","properties":{"$kind":{"enum":["Page"],"type":"string"},"attributes":{"type":"object","additionalProperties":{"type":"string"},"description":"Custom attributes"},"counts":{"$ref":"#/components/schemas/MediaCountProperty"},"customHtml":{"type":"string","description":"Custom html will be injected on this page"},"disableAdvertising":{"type":"boolean","description":"Disable advertising for a spacific page\n This will only have an effect if either 'gam_network_code' or 'vast_tag_url'\n is set for the site"},"etag":{"type":"string","description":"A checksum computed by the server based on the current value\n of the resource. This may be sent on update and delete requests to\n ensure the client has an up-to-date value before proceeding."},"headerImage":{"$ref":"#/components/schemas/Image"},"heading":{"$ref":"#/components/schemas/TextProperty"},"id":{"type":"string","description":"Unique identifier"},"metadata":{"$ref":"#/components/schemas/MetadataProperty"},"plainText":{"type":"string","description":"Computed text."},"publishedAt":{"type":"integer","description":"Published timestamp"},"updatePublishedAt":{"type":"integer","description":"Timestamp of the last time information was updated in this article"},"widgets":{"type":"array","items":{"$ref":"#/components/schemas/Widget"}}},"additionalProperties":false},"PageAttributesEntry":{"required":["$kind","key","value"],"type":"object","properties":{"$kind":{"enum":["PageAttributesEntry"],"type":"string"},"key":{"type":"string"},"value":{"type":"string"}},"additionalProperties":false},"PlacementProperty":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["PlacementProperty"],"type":"string"},"enableComments":{"type":"boolean","description":"If commnets should be shown with this placement in the context of this placement"},"isEditorsChoice":{"type":"boolean","description":"Is this placement an ediotrs pick in the context of this placement"}},"additionalProperties":false},"PopularTermsRequest":{"required":["field"],"type":"object","properties":{"field":{"$ref":"#/components/schemas/PopularTermsRequestField"},"filter":{"$ref":"#/components/schemas/PopularTermsRequestFilterInput"},"limit":{"type":"integer","description":"Max number of results to return. Default is 5."},"lookbackDays":{"type":"integer","description":"Limit results to documents modified in the the last N days (e.g. 7 => \"last 7 days\")."},"query":{"type":"string","description":"A prefix to filter the terms by."}},"additionalProperties":false},"PopularTermsRequestField":{"enum":["unspecified","authors","keywords","mentionedEntities","groups","tags","suburb","city","country","language"],"type":"string"},"PopularTermsRequestFilterInput":{"type":"object","properties":{"authors":{"type":"array","items":{"type":"string","description":"filter articles by authors, this is for text author field and not linked creators"}},"cities":{"type":"array","items":{"type":"string","description":"Filter by cities"}},"countries":{"type":"array","items":{"type":"string","description":"Filter by countries"}},"creatorIds":{"type":"array","items":{"type":"string","description":"filter articles by linked creators IDs"}},"dateField":{"$ref":"#/components/schemas/ListArticlesRequestDateField"},"dateMax":{"type":"integer","description":"to date used for filtering articles"},"dateMin":{"type":"integer","description":"from date used for filtering articles"},"excludeFeedIds":{"type":"array","items":{"type":"string","description":"list of first level feeds to exclude from the query"}},"excludeIds":{"type":"array","items":{"type":"string","description":"list of article IDs to exclude from results"}},"feedIds":{"type":"array","items":{"type":"string","description":"The feed IDs you want to filter on, when set only articles that contain a placement\n in the specific feed, if not set all feeds will be considered.\n if only 1 feed is passed its curated order will be applied to results"}},"geoDistance":{"type":"string","description":"e.g. \"25km\""},"geoLat":{"type":"number","description":"Geo-point latitude"},"geoLng":{"type":"number","description":"Geo-point longitude"},"groups":{"type":"array","items":{"type":"string","description":"filter articles by groups"}},"hasAudio":{"type":"boolean","description":"filter articles that contain video"},"hasBlockquote":{"type":"boolean","description":"filter articles that contain blockquotes"},"hasCreator":{"type":"boolean","description":"filter articles that have or have not got linked Newsteam creators"},"hasImage":{"type":"boolean","description":"filter articles that contain images"},"hasInfographic":{"type":"boolean","description":"filter articles that contain infographics"},"hasSocial":{"type":"boolean","description":"filter articles that contain scoial media"},"hasVideo":{"type":"boolean","description":"filter articles that contain videos"},"ids":{"type":"array","items":{"type":"string","description":"filter by article IDs"}},"imageIds":{"type":"array","items":{"type":"string","description":"Filter articles based on image ids, this will return all articles that have used these images."}},"isBreaking":{"type":"boolean","description":"filter articles based on breaking news status"},"isCommentsEnabled":{"type":"boolean","description":"Filter by comments enabled status"},"isEditorsChoice":{"type":"boolean","description":"filter articles based on editors choice placements"},"isSponsored":{"type":"boolean","description":"filter articles based on being sponsored or not"},"keywords":{"type":"array","items":{"type":"string","description":"filter articles based on keywords"}},"languages":{"type":"array","items":{"type":"string","description":"Languages e.g \"en\""}},"locales":{"type":"array","items":{"type":"string","description":"BCP-47 locales e.g \"en-ZA\""}},"mentions":{"type":"array","items":{"type":"string","description":"Filter by mentioned people, companies etc. in articles"}},"path":{"type":"string","description":"filter by site menu path, will return feed(s) articles associated with that page. e.g. \"news/crime\""},"policyIds":{"type":"array","items":{"type":"string","description":"Filter by article content policy IDs."}},"query":{"type":"string","description":"search term to score and order results by, by deafult if a query is passed functional scoring will be turned on."},"sponsorIds":{"type":"array","items":{"type":"string","description":"filter articles by sponsor IDs"}},"suburbs":{"type":"array","items":{"type":"string","description":"Filter by suburbs"}},"tags":{"type":"array","items":{"type":"string","description":"filter articles by tags"}},"videoIds":{"type":"array","items":{"type":"string","description":"Filter articles based on video ids, this will return all articles that have used these videos."}}},"additionalProperties":false},"PopularTermsResponse":{"required":["$kind","items"],"type":"object","properties":{"$kind":{"enum":["PopularTermsResponse"],"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/PopularTermsResponseItem"}}},"additionalProperties":false},"PopularTermsResponseItem":{"required":["$kind","value","total"],"type":"object","properties":{"$kind":{"enum":["PopularTermsResponseItem"],"type":"string"},"total":{"type":"integer"},"value":{"type":"string"}},"additionalProperties":false},"Product":{"required":["$kind","id","name","price","entitlements","hasSubscription"],"type":"object","properties":{"$kind":{"enum":["Product"],"type":"string"},"currency":{"type":"string"},"description":{"type":"string"},"entitlements":{"type":"array","items":{"type":"string"}},"hasSubscription":{"type":"boolean"},"id":{"type":"string"},"interval":{"type":"string"},"name":{"type":"string"},"price":{"type":"integer"}},"additionalProperties":false},"QuoteWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["QuoteWidgetData"],"type":"string"},"anchor":{"type":"string"},"cite":{"$ref":"#/components/schemas/TextProperty"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"quote":{"$ref":"#/components/schemas/TextProperty"},"style":{"type":"string"}},"additionalProperties":false},"RevokeAccessTokenRequest":{"type":"object","properties":{"deviceId":{"type":"string","description":"The ID of the device to revoke. If omitted, the current device is revoked."}},"additionalProperties":false},"RichOembed":{"required":["$kind","type","version","url","width","height","html"],"type":"object","properties":{"$kind":{"enum":["RichOembed"],"type":"string"},"authorName":{"type":"string"},"authorUrl":{"type":"string"},"cacheAge":{"type":"integer"},"description":{"type":"string"},"height":{"type":"integer"},"html":{"type":"string"},"providerName":{"type":"string"},"providerUrl":{"type":"string"},"thumbnailHeight":{"type":"integer"},"thumbnailUrl":{"type":"string"},"thumbnailWidth":{"type":"integer"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"},"width":{"type":"integer"}},"additionalProperties":false},"RouteRequest":{"required":["path"],"type":"object","properties":{"path":{"type":"string"}},"additionalProperties":false},"RouteResponse":{"type":"object","oneOf":[{"title":"Page","required":["entity","type","$kind"],"type":"object","properties":{"$kind":{"enum":["RouteResponse"],"type":"string"},"entity":{"$ref":"#/components/schemas/Page"},"redirectPath":{"type":"string"},"type":{"enum":["page"],"type":"string"}}},{"title":"Article","required":["entity","type","$kind"],"type":"object","properties":{"$kind":{"enum":["RouteResponse"],"type":"string"},"entity":{"$ref":"#/components/schemas/Article"},"redirectPath":{"type":"string"},"type":{"enum":["article"],"type":"string"}}}],"additionalProperties":false},"ScribdWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["ScribdWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"ShareTextProperty":{"required":["$kind","text"],"type":"object","properties":{"$kind":{"enum":["ShareTextProperty"],"type":"string"},"text":{"type":"string"},"textFacebook":{"type":"string","description":"Platform specific social share text"},"textInstagram":{"type":"string","description":"Platform specific social share text"},"textLinkedin":{"type":"string","description":"Platform specific social share text"},"textTwitter":{"type":"string","description":"Platform specific social share text"}},"additionalProperties":false},"Site":{"required":["$kind","etag","name","menu","value"],"type":"object","properties":{"$kind":{"enum":["Site"],"type":"string"},"accentColor":{"type":"string","description":"Accent color of site"},"accentColorDark":{"type":"string","description":"Accent color to be used in dark mode for site"},"adUnitName":{"type":"string","description":"The Google Ad Manager (GAM) Ad unit key.\n If set it will be used to build Ad unit path, coing directly after your gam_network_code."},"androidAppUrlScheme":{"type":"string","description":"The Android app name used when deep linking into the Android app."},"androidPackageName":{"type":"string","description":"The package name for the Android app associated with the site."},"chartbeatUid":{"type":"string","description":"Chartbeat uid to link this site to chartbeat"},"copyright":{"type":"string"},"customHtml":{"type":"string","description":"Custom html will be placed on every route of the site"},"customHtmlArticle":{"type":"string","description":"Custom html article will be placed on all article pages"},"customMetadata":{"type":"object","additionalProperties":{"type":"string"},"description":"Custom metadata"},"disableAdvertising":{"type":"boolean","description":"Disable advertising for the whole site\n This will only have an effect if either 'gam_network_code' or 'vast_tag_url' is set"},"etag":{"type":"string"},"facebookAppId":{"type":"string","description":"The Facebook Application ID associated with the site."},"facebookDomainVerification":{"type":"string","description":"The Facebook domain verification code associated with the site."},"gamNetworkCode":{"type":"string","description":"The Google Ad Manager (GAM) network code associated with your account.\n This is typically a numeric ID found in the Admin section of GAM."},"googleSiteVerification":{"type":"string","description":"The Google site verification code associated with the site."},"googleTagManagerId":{"type":"string","description":"Google Tag Manager (GTM) ID associated with the site."},"icon":{"$ref":"#/components/schemas/Image"},"iconDark":{"$ref":"#/components/schemas/Image"},"iosAppStoreId":{"type":"string","description":"The App Store ID for the iOS app associated with the site."},"iosAppUrlScheme":{"type":"string","description":"The scheme to use in iOS app deep links."},"logo":{"$ref":"#/components/schemas/Image"},"logoDark":{"$ref":"#/components/schemas/Image"},"menu":{"type":"array","items":{"$ref":"#/components/schemas/SiteMenuItem"}},"metadata":{"$ref":"#/components/schemas/MetadataProperty"},"name":{"type":"string"},"social":{"$ref":"#/components/schemas/SocialProperty"},"url":{"type":"string"},"vastTagUrl":{"type":"string","description":"The URL for the Video Ad Serving Template (VAST) tag.\n This tag is used by first-party video players on the site to request video ads (pre-roll, mid-roll, etc.)."}},"additionalProperties":false},"SiteCustomMetadataEntry":{"required":["$kind","key","value"],"type":"object","properties":{"$kind":{"enum":["SiteCustomMetadataEntry"],"type":"string"},"key":{"type":"string"},"value":{"type":"string"}},"additionalProperties":false},"SiteMenuItem":{"type":"object","oneOf":[{"title":"Link","required":["data","type","$kind","id","children"],"type":"object","properties":{"$kind":{"enum":["SiteMenuItem"],"type":"string"},"children":{"type":"array","items":{"$ref":"#/components/schemas/SiteMenuItem"}},"data":{"$ref":"#/components/schemas/SiteMenuItemLink"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/Image"},"text":{"type":"string"},"title":{"type":"string"},"type":{"enum":["link"],"type":"string"}}},{"title":"Group","required":["data","type","$kind","id","children"],"type":"object","properties":{"$kind":{"enum":["SiteMenuItem"],"type":"string"},"children":{"type":"array","items":{"$ref":"#/components/schemas/SiteMenuItem"}},"data":{"$ref":"#/components/schemas/SiteMenuItemGroup"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/Image"},"text":{"type":"string"},"title":{"type":"string"},"type":{"enum":["group"],"type":"string"}}},{"title":"Page","required":["data","type","$kind","id","children"],"type":"object","properties":{"$kind":{"enum":["SiteMenuItem"],"type":"string"},"children":{"type":"array","items":{"$ref":"#/components/schemas/SiteMenuItem"}},"data":{"$ref":"#/components/schemas/SiteMenuItemPage"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/Image"},"text":{"type":"string"},"title":{"type":"string"},"type":{"enum":["page"],"type":"string"}}}],"additionalProperties":false},"SiteMenuItemGroup":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["SiteMenuItemGroup"],"type":"string"}},"additionalProperties":false,"description":"A group is a UI-only, non-navigable container for organizing pages and links."},"SiteMenuItemLink":{"required":["$kind","href"],"type":"object","properties":{"$kind":{"enum":["SiteMenuItemLink"],"type":"string"},"href":{"type":"string"},"openInNewTab":{"type":"boolean"}},"additionalProperties":false},"SiteMenuItemPage":{"required":["$kind","path"],"type":"object","properties":{"$kind":{"enum":["SiteMenuItemPage"],"type":"string"},"openInNewTab":{"type":"boolean"},"path":{"type":"string","description":"A computed value representing the full hierarchical path to the menu item, constructed by\n concatenating the slug values from the root of the tree down to the current item, separated by slashes (/).\n This path uniquely identifies the location of the menu item within the menu structure and can be used for routing,\n breadcrumbs, or contextual navigation in addition to getting the page using v1.page/get"}},"additionalProperties":false},"SocialProperty":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["SocialProperty"],"type":"string"},"blueskyUsername":{"type":"string","description":"Bluesky username."},"discordInviteLink":{"type":"string","description":"Discord inivite link associated with the site"},"facebookUsername":{"type":"string","description":"Facebook username."},"instagramUsername":{"type":"string","description":"Instagram username."},"linkedinCompanyName":{"type":"string","description":"Linkedin company name."},"linkedinUsername":{"type":"string","description":"Linkedin username."},"signalInviteLink":{"type":"string","description":"Signal inivite link associated with the site"},"telegramInviteLink":{"type":"string","description":"Telegram inivite link associated with the site"},"threadsUsername":{"type":"string","description":"Threads username."},"tiktokUsername":{"type":"string","description":"Tiktok username associated with the site"},"twitchUsername":{"type":"string","description":"Twitch username associated with the site"},"twitterUsername":{"type":"string","description":"Twitter username."},"whatsappInviteLink":{"type":"string","description":"Whatsapp username associated with the site"},"youtubeChannelName":{"type":"string","description":"Youtube channel."}},"additionalProperties":false},"SoundCloudWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["SoundCloudWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"Sponsor":{"required":["$kind","id","slug","name","tags"],"type":"object","properties":{"$kind":{"enum":["Sponsor"],"type":"string"},"bio":{"type":"string","description":"Detailed biography or comprehensive description of the sponsor.\n Offers in-depth information about the sponsor, to be displayed on Sponsor page."},"contactEmail":{"type":"string","description":"Contact email address for the sponsor."},"contactName":{"type":"string","description":"Name of the primary contact person for the sponsor.\n Represents the individual responsible for managing sponsorships or partnerships."},"contactPhoneNumber":{"type":"string","description":"Contact telephone number for the sponsor."},"id":{"type":"string","description":"Unique identifier for the sponsor."},"image":{"$ref":"#/components/schemas/Image"},"name":{"type":"string","description":"Name of the sponsor or company."},"shortBio":{"type":"string","description":"Short biography or description of the sponsor.\n Provides a brief overview or introduction that can be show on article pages."},"slug":{"type":"string","description":"URL-friendly slug for the sponsor.\n Used in URLs and for easy reference."},"social":{"$ref":"#/components/schemas/SocialProperty"},"tagline":{"type":"string","description":"Sponsor's tagline or slogan.\n Represents the company's motto or catchphrase."},"tags":{"type":"array","items":{"type":"string","description":"Tags used to group sponsor's and/or for frontend display"}},"websiteUrl":{"type":"string","description":"This is a URL"}},"additionalProperties":false,"description":"Message representing a sponsor or company.\n Sponsors are typically linked to paid-for or sponsored articles within the system."},"SponsorListItem":{"required":["$kind","id","slug","name"],"type":"object","properties":{"$kind":{"enum":["SponsorListItem"],"type":"string"},"id":{"type":"string","description":"Unique identifier for the sponsor."},"image":{"$ref":"#/components/schemas/Image"},"name":{"type":"string","description":"Name of the sponsor or company."},"shortBio":{"type":"string","description":"Short biography or description of the sponsor.\n Provides a brief overview or introduction that can be show on article pages."},"slug":{"type":"string","description":"URL-friendly slug for the sponsor.\n Used in URLs and for easy reference."},"tagline":{"type":"string","description":"Sponsor's tagline or slogan.\n Represents the company's motto or catchphrase."},"websiteUrl":{"type":"string","description":"Sponsor's url."}},"additionalProperties":false},"SpotifyWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["SpotifyWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"SubscribeCallbackRequest":{"required":["newsteamReference","providerReference"],"type":"object","properties":{"newsteamReference":{"type":"string"},"providerReference":{"type":"string"}},"additionalProperties":false},"SubscribeCallbackResponse":{"required":["$kind","productName"],"type":"object","properties":{"$kind":{"enum":["SubscribeCallbackResponse"],"type":"string"},"productName":{"type":"string"}},"additionalProperties":false},"SubscribeRequest":{"required":["returnUrl","successUrl"],"type":"object","properties":{"productIds":{"type":"array","items":{"type":"string"}},"returnUrl":{"type":"string"},"successUrl":{"type":"string"}},"additionalProperties":false},"SubscribeResponse":{"required":["$kind","checkoutUrl"],"type":"object","properties":{"$kind":{"enum":["SubscribeResponse"],"type":"string"},"checkoutUrl":{"type":"string"}},"additionalProperties":false},"Subscription":{"required":["$kind","id","name","startedAt","expiresAt","isRecurring","entitlements"],"type":"object","properties":{"$kind":{"enum":["Subscription"],"type":"string"},"address":{"$ref":"#/components/schemas/AddressProperty"},"entitlements":{"type":"array","items":{"type":"string"}},"expiresAt":{"type":"integer"},"firstName":{"type":"string"},"id":{"type":"string"},"includesDelivery":{"type":"boolean"},"isRecurring":{"type":"boolean"},"lastName":{"type":"string"},"name":{"type":"string"},"phoneNumber":{"type":"string"},"startedAt":{"type":"integer"}},"additionalProperties":false},"Success":{"required":["$kind","ok"],"type":"object","properties":{"$kind":{"enum":["Success"],"type":"string"},"message":{"type":"string"},"ok":{"type":"boolean"}},"additionalProperties":false},"TagsWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["TagsWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"heading":{"$ref":"#/components/schemas/TextProperty"},"note":{"type":"string"},"style":{"type":"string"},"subheading":{"$ref":"#/components/schemas/TextProperty"},"tags":{"$ref":"#/components/schemas/PopularTermsResponse"}},"additionalProperties":false},"TextBlockWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["TextBlockWidgetData"],"type":"string"},"anchor":{"type":"string"},"clear":{"type":"boolean"},"description":{"$ref":"#/components/schemas/TextProperty"},"float":{"$ref":"#/components/schemas/FloatProperty"},"style":{"type":"string"},"title":{"$ref":"#/components/schemas/TextProperty"}},"additionalProperties":false},"TextLinkProperty":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["TextLinkProperty"],"type":"string"},"href":{"type":"string"},"newTab":{"type":"boolean"},"rel":{"type":"string"},"text":{"$ref":"#/components/schemas/TextProperty"},"title":{"type":"string"}},"additionalProperties":false},"TextProperty":{"required":["$kind","html","text"],"type":"object","properties":{"$kind":{"enum":["TextProperty"],"type":"string"},"html":{"type":"string"},"text":{"type":"string"}},"additionalProperties":false},"TextWidgetData":{"required":["$kind","html","raw","text"],"type":"object","properties":{"$kind":{"enum":["TextWidgetData"],"type":"string"},"anchor":{"type":"string"},"clear":{"type":"boolean"},"html":{"type":"string"},"raw":{"type":"string"},"style":{"type":"string"},"text":{"type":"string"}},"additionalProperties":false},"TiktokWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["TiktokWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/VideoOembed"},"style":{"type":"string"}},"additionalProperties":false},"TwitterWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["TwitterWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"oembed":{"$ref":"#/components/schemas/RichOembed"},"style":{"type":"string"}},"additionalProperties":false},"UpdateProfileRequest":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/AddressPropertyInput"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string"}},"additionalProperties":false},"UpdateSubscriptionRequest":{"required":["id"],"type":"object","properties":{"id":{"type":"string"},"includesDelivery":{"type":"boolean"}},"additionalProperties":false},"Video":{"required":["$kind","id","title","description","duration","playlistUrl","storyboardUrl"],"type":"object","properties":{"$kind":{"enum":["Video"],"type":"string"},"description":{"type":"string"},"duration":{"type":"integer","description":"Total video duration in seconds"},"id":{"type":"string"},"playlistUrl":{"type":"string"},"storyboardUrl":{"type":"string"},"thumbnail":{"$ref":"#/components/schemas/Image"},"title":{"type":"string"}},"additionalProperties":false},"VideoListWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["VideoListWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"heading":{"$ref":"#/components/schemas/TextProperty"},"loadMore":{"type":"boolean","description":"ListWidgetsResponse items = 8;"},"loadMoreLimit":{"type":"integer"},"note":{"type":"string"},"query":{"$ref":"#/components/schemas/ListWidgetsRequestOutput"},"readMoreLink":{"$ref":"#/components/schemas/TextLinkProperty"},"style":{"type":"string"},"subheading":{"$ref":"#/components/schemas/TextProperty"}},"additionalProperties":false},"VideoOembed":{"required":["$kind","type","version","url","width","height","html"],"type":"object","properties":{"$kind":{"enum":["VideoOembed"],"type":"string"},"authorName":{"type":"string"},"authorUrl":{"type":"string"},"cacheAge":{"type":"integer"},"description":{"type":"string"},"height":{"type":"integer"},"html":{"type":"string"},"providerName":{"type":"string"},"providerUrl":{"type":"string"},"thumbnailHeight":{"type":"integer"},"thumbnailUrl":{"type":"string"},"thumbnailWidth":{"type":"integer"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"},"width":{"type":"integer"}},"additionalProperties":false},"VideoWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["VideoWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"style":{"type":"string"},"video":{"$ref":"#/components/schemas/Video"},"videoMetadata":{"$ref":"#/components/schemas/VideoWidgetMetadata"}},"additionalProperties":false},"VideoWidgetMetadata":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["VideoWidgetMetadata"],"type":"string"},"author":{"$ref":"#/components/schemas/VideoWidgetMetadataAuthor"},"description":{"type":"string"},"showDescription":{"type":"boolean"},"thumbnail":{"$ref":"#/components/schemas/Image"},"title":{"type":"string"}},"additionalProperties":false},"VideoWidgetMetadataAuthor":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["VideoWidgetMetadataAuthor"],"type":"string"},"name":{"type":"string"},"url":{"type":"string"}},"additionalProperties":false},"Widget":{"type":"object","oneOf":[{"title":"Bluesky","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/BlueskyWidgetData"},"id":{"type":"string"},"type":{"enum":["bluesky"],"type":"string"}}},{"title":"ArticleList","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/ArticleListWidgetData"},"id":{"type":"string"},"type":{"enum":["articleList"],"type":"string"}}},{"title":"Chartblocks","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/ChartblocksWidgetData"},"id":{"type":"string"},"type":{"enum":["chartblocks"],"type":"string"}}},{"title":"Codepen","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/CodepenWidgetData"},"id":{"type":"string"},"type":{"enum":["codepen"],"type":"string"}}},{"title":"Crowdsignal","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/CrowdsignalWidgetData"},"id":{"type":"string"},"type":{"enum":["crowdsignal"],"type":"string"}}},{"title":"FacebookPost","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/FacebookPostWidgetData"},"id":{"type":"string"},"type":{"enum":["facebookPost"],"type":"string"}}},{"title":"FacebookVideo","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/FacebookVideoWidgetData"},"id":{"type":"string"},"type":{"enum":["facebookVideo"],"type":"string"}}},{"title":"GoogleMap","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/GoogleMapWidgetData"},"id":{"type":"string"},"type":{"enum":["googleMap"],"type":"string"}}},{"title":"HorizontalLine","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/HorizontalLineWidgetData"},"id":{"type":"string"},"type":{"enum":["horizontalLine"],"type":"string"}}},{"title":"Html","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/HtmlWidgetData"},"id":{"type":"string"},"type":{"enum":["html"],"type":"string"}}},{"title":"Iframely","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/IframelyWidgetData"},"id":{"type":"string"},"type":{"enum":["iframely"],"type":"string"}}},{"title":"ImageGallery","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/ImageGalleryWidgetData"},"id":{"type":"string"},"type":{"enum":["imageGallery"],"type":"string"}}},{"title":"Image","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/ImageWidgetData"},"id":{"type":"string"},"type":{"enum":["image"],"type":"string"}}},{"title":"Infogram","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/InfogramWidgetData"},"id":{"type":"string"},"type":{"enum":["infogram"],"type":"string"}}},{"title":"Instagram","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/InstagramWidgetData"},"id":{"type":"string"},"type":{"enum":["instagram"],"type":"string"}}},{"title":"Iono","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/IonoWidgetData"},"id":{"type":"string"},"type":{"enum":["iono"],"type":"string"}}},{"title":"Issuu","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/IssuuWidgetData"},"id":{"type":"string"},"type":{"enum":["issuu"],"type":"string"}}},{"title":"Jwplayer","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/JWPlayerWidgetData"},"id":{"type":"string"},"type":{"enum":["jwplayer"],"type":"string"}}},{"title":"Kickstarter","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/KickstarterWidgetData"},"id":{"type":"string"},"type":{"enum":["kickstarter"],"type":"string"}}},{"title":"Quote","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/QuoteWidgetData"},"id":{"type":"string"},"type":{"enum":["quote"],"type":"string"}}},{"title":"Scribd","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/ScribdWidgetData"},"id":{"type":"string"},"type":{"enum":["scribd"],"type":"string"}}},{"title":"Soundcloud","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/SoundCloudWidgetData"},"id":{"type":"string"},"type":{"enum":["soundcloud"],"type":"string"}}},{"title":"Spotify","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/SpotifyWidgetData"},"id":{"type":"string"},"type":{"enum":["spotify"],"type":"string"}}},{"title":"TextBlock","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/TextBlockWidgetData"},"id":{"type":"string"},"type":{"enum":["textBlock"],"type":"string"}}},{"title":"Text","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/TextWidgetData"},"id":{"type":"string"},"type":{"enum":["text"],"type":"string"}}},{"title":"Tiktok","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/TiktokWidgetData"},"id":{"type":"string"},"type":{"enum":["tiktok"],"type":"string"}}},{"title":"Twitter","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/TwitterWidgetData"},"id":{"type":"string"},"type":{"enum":["twitter"],"type":"string"}}},{"title":"Video","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/VideoWidgetData"},"id":{"type":"string"},"type":{"enum":["video"],"type":"string"}}},{"title":"Youtube","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/YoutubeWidgetData"},"id":{"type":"string"},"type":{"enum":["youtube"],"type":"string"}}},{"title":"Mentions","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/MentionsWidgetData"},"id":{"type":"string"},"type":{"enum":["mentions"],"type":"string"}}},{"title":"Tags","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/TagsWidgetData"},"id":{"type":"string"},"type":{"enum":["tags"],"type":"string"}}},{"title":"VideoList","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/VideoListWidgetData"},"id":{"type":"string"},"type":{"enum":["videoList"],"type":"string"}}},{"title":"AiInfographic","required":["data","type","$kind","id"],"type":"object","properties":{"$kind":{"enum":["Widget"],"type":"string"},"data":{"$ref":"#/components/schemas/AIInfographicWidgetData"},"id":{"type":"string"},"type":{"enum":["aiInfographic"],"type":"string"}}}],"additionalProperties":false},"WidgetMetadata":{"required":["$kind","tags","mentions","creators"],"type":"object","properties":{"$kind":{"enum":["WidgetMetadata"],"type":"string"},"creators":{"type":"array","items":{"$ref":"#/components/schemas/CreatorListItem"}},"location":{"$ref":"#/components/schemas/LocationProperty"},"mentions":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}}},"additionalProperties":false},"YoutubePlaylist":{"required":["$kind","kind","etag","id"],"type":"object","properties":{"$kind":{"enum":["YoutubePlaylist"],"type":"string"},"contentDetails":{"$ref":"#/components/schemas/YoutubePlaylistContentDetails"},"etag":{"type":"string"},"id":{"type":"string"},"kind":{"type":"string"},"snippet":{"$ref":"#/components/schemas/YoutubePlaylistSnippet"}},"additionalProperties":false},"YoutubePlaylistContentDetails":{"required":["$kind","itemCount"],"type":"object","properties":{"$kind":{"enum":["YoutubePlaylistContentDetails"],"type":"string"},"itemCount":{"type":"integer"}},"additionalProperties":false},"YoutubePlaylistSnippet":{"required":["$kind","title","description","channelId","publishedAt","channelTitle"],"type":"object","properties":{"$kind":{"enum":["YoutubePlaylistSnippet"],"type":"string"},"channelId":{"type":"string"},"channelTitle":{"type":"string"},"description":{"type":"string"},"localized":{"$ref":"#/components/schemas/YoutubePlaylistSnippetLocalized"},"publishedAt":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/YoutubeThumbnails"},"title":{"type":"string"}},"additionalProperties":false},"YoutubePlaylistSnippetLocalized":{"required":["$kind","title","description"],"type":"object","properties":{"$kind":{"enum":["YoutubePlaylistSnippetLocalized"],"type":"string"},"description":{"type":"string"},"title":{"type":"string"}},"additionalProperties":false},"YoutubeThumbnail":{"required":["$kind","height","url","width"],"type":"object","properties":{"$kind":{"enum":["YoutubeThumbnail"],"type":"string"},"height":{"type":"integer"},"url":{"type":"string"},"width":{"type":"integer"}},"additionalProperties":false},"YoutubeThumbnails":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["YoutubeThumbnails"],"type":"string"},"default":{"$ref":"#/components/schemas/YoutubeThumbnail"},"high":{"$ref":"#/components/schemas/YoutubeThumbnail"},"maxres":{"$ref":"#/components/schemas/YoutubeThumbnail"},"medium":{"$ref":"#/components/schemas/YoutubeThumbnail"},"standard":{"$ref":"#/components/schemas/YoutubeThumbnail"}},"additionalProperties":false},"YoutubeVideo":{"required":["$kind","id"],"type":"object","properties":{"$kind":{"enum":["YoutubeVideo"],"type":"string"},"contentDetails":{"$ref":"#/components/schemas/YoutubeVideoContentDetails"},"etag":{"type":"string"},"id":{"type":"string"},"kind":{"type":"string"},"snippet":{"$ref":"#/components/schemas/YoutubeVideoSnippet"}},"additionalProperties":false},"YoutubeVideoContentDetails":{"required":["$kind","duration","dimension","definition","caption","licensedContent","projection"],"type":"object","properties":{"$kind":{"enum":["YoutubeVideoContentDetails"],"type":"string"},"caption":{"type":"string"},"definition":{"type":"string"},"dimension":{"type":"string"},"duration":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"additionalProperties":false},"YoutubeVideoSnippet":{"required":["$kind","publishedAt","channelId","title","description","channelTitle","tags","categoryId","liveBroadcastContent"],"type":"object","properties":{"$kind":{"enum":["YoutubeVideoSnippet"],"type":"string"},"categoryId":{"type":"string"},"channelId":{"type":"string"},"channelTitle":{"type":"string"},"description":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/YoutubeVideoSnippetLocalized"},"publishedAt":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"thumbnails":{"$ref":"#/components/schemas/YoutubeThumbnails"},"title":{"type":"string"}},"additionalProperties":false},"YoutubeVideoSnippetLocalized":{"required":["$kind","title","description"],"type":"object","properties":{"$kind":{"enum":["YoutubeVideoSnippetLocalized"],"type":"string"},"description":{"type":"string"},"title":{"type":"string"}},"additionalProperties":false},"YoutubeWidgetData":{"required":["$kind"],"type":"object","properties":{"$kind":{"enum":["YoutubeWidgetData"],"type":"string"},"anchor":{"type":"string"},"float":{"$ref":"#/components/schemas/FloatProperty"},"metadata":{"$ref":"#/components/schemas/WidgetMetadata"},"playlist":{"$ref":"#/components/schemas/YoutubePlaylist"},"style":{"type":"string"},"video":{"$ref":"#/components/schemas/YoutubeVideo"},"videoMetadata":{"$ref":"#/components/schemas/VideoWidgetMetadata"}},"additionalProperties":false}}}}