FeedbackInfo (JSON)
Information about a a feedback submission about a place.
URI: | FeedbackInfo |
---|
Properties
Name | Type | Description | |
---|---|---|---|
resolution | string | The resolution of the feedback. | |
status | string | The status of the feedback. | |
place | ResourceReference | A reference to the place that was created based on this feedback, if any. | |
details | string | Some additional details about the resolution. |
Example
{ "resolution" : "...", "status" : "...", "place" : { "resourceId" : "...", "resource" : "..." }, "details" : "..." }