In the Get Recent Votes endpoint, nominations show up like this: ``` "nomination": { "nomination_id": "PN35-115", "number": "PN35", "name": "Elaine L. Chao", "agency": "Department of Transportation" } ``` However, in the Get Senate Nomination endpoint, no such data is present. Instead, it all seems to be encapsulated in the description, like this: ``` "description": "Eric Ross Komitee, of New York, to be United States District Judge for the Eastern District of New York" ``` I think it would be good to re-use the `nomination` field and include all of the data.
In the Get Recent Votes endpoint, nominations show up like this:
However, in the Get Senate Nomination endpoint, no such data is present. Instead, it all seems to be encapsulated in the description, like this:
I think it would be good to re-use the
nominationfield and include all of the data.