Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GenericExtension is an extension for generic orders not tied to a semantic type, although it is deprecated in favor of V3 Proto.
The GenericExtension JSON representation includes fields for locations, which can contain up to 2 OrderLocation objects, and time, which contains a Time object.
OrderLocation, which is also deprecated and should use V3 Proto instead, represents a location associated with an order and includes fields for the type of address and the actual location information.
Time, also deprecated in favor of V3 Proto, indicates the time associated with an order and includes fields for the type of time indicator and the timeIso8601 representation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The core content describes the deprecated JSON structures for representing order information, specifically `OrderLocation` and `Time`. An order can have up to two associated `locations`, defined by `type` and detailed `location` info. The order includes a `time` indicator, specified by a `type` and an ISO 8601 string. These structures are now replaced by V3 Proto.\n"]]