Skip to content

Commit

Permalink
Merge pull request #1 from AdvancedEnergyEconomy/cforcey-fix-particip…
Browse files Browse the repository at this point in the history
…ant-type-in-field-list

Fix 'participant_type' property in field list
  • Loading branch information
Charles Forcey committed Feb 24, 2015
2 parents 2bc7ead + e3f0eaa commit 6f36eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following fields are available on event objects:
* ``timezone`` Timezone event occurs in (e.g. 'America/Chicago').
* ``participants`` List of participant objects, consisting of the following fields:
* ``chamber`` Chamber of participant.
* ``type`` Type of participants ('legislator', 'committee')
* ``participant_type`` Type of participants ('legislator', 'committee')
* ``participant`` String representation of participant (e.g. 'Housing Committee', 'Jill Smith')
* ``id`` Open States id for participant if a match was found (e.g. 'TXC000150', 'MDL000101')
* ``type`` What role this participant played (will be 'host', 'chair', 'participant').
Expand Down

0 comments on commit 6f36eae

Please sign in to comment.