{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/NominationNominee", "title": "NominationNominee", "type": "object", "properties": { "nominees": { "type": "array", "items": { "$ref": "#/components/schemas/nominee" } } } }