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