{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/formats", "title": "formats", "type": "object", "properties": { "type": { "type": "string", "example": "Formatted Text" }, "url": { "type": "string", "format": "url", "example": "https://www.congress.gov/117/bills/hr3076/BILLS-117hr3076enr.htm" } } }