Feature Request
Definition list of API Response Object Properties
Started my quest with trying to figure out what the google_entity_id property in the legislator query response references, so if anybody can answer that question for me I'll be satisfied, but ideally every response object should be fully documented, soo...
Issue Description
The docs site doesn't appear provide property descriptions or a definition list for any of the possible API response objects. While many of the properties are self-explanatory (e.g., phone, or bill_id), some are not as easily identified purely by the property's name or a sampling of response data.
Proposed Fix
I'd like to see a page or section outlining the shape of each response object, with some minor information regarding what that property references.
Additional Info
The most I've found so far were some descriptions from the Sunlight Labs docs repo, but parity is not 1-for-1: e.g., Sunlight's documentation doesn't mention google_entity_id at all, and the fec_ids property is described as an array of strings, where every ProPublica response I've sampled so far appears to be a singular string.