[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-15 UTC。"],[[["Display & Video 360 API v1 is no longer supported."],["The documentation describes the Date and DateRange objects, which represent calendar dates and ranges."],["Date objects can represent full or partial dates, while DateRange objects use start and end Date objects."],["The structure and fields for representing these objects in JSON are provided."]]],["The document outlines the structure for representing date ranges and individual dates within an API. A date range consists of a `startDate` and `endDate`, each of which is an object requiring positive `year`, `month`, and `day` values. A date is represented by `year`, `month`, and `day` integers. `Year` ranges from 1-9999 (or 0). `Month` ranges from 1-12 (or 0), `day` ranges from 1-31 (or 0). Zeros for `year`, `month`, or `day` allows the representation of incomplete dates.\n"]]