{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/committeereportsformats", "title": "committeereportsformats", "type": "object", "properties": { "isErrata": { "type": "string", "example": "N" }, "type": { "type": "string", "example": "Formatted Text" }, "url": { "type": "string", "format": "url", "example": "https://www.congress.gov/116/crpt/hrpt617/generated/CRPT-116hrpt617.htm" } } }