{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/party", "title": "party", "type": "object", "properties": { "name": { "type": "string", "example": "Republican" }, "type": { "type": "string", "example": "R" } } }