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