[[["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 2025-08-27 UTC."],[],["The `IsPlaceOpenResponse` struct represents the result of an `isPlaceOpen` query. It contains a single property, `status`, a boolean indicating whether the place is open (or nil if unknown). The struct has an initializer, `init(status:)`, intended for unit testing, allowing the setting of a specific `status` during testing. This struct provides the open or closed state of the requested place.\n"]]