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