{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/meetingdocument", "title": "meetingdocument", "type": "object", "properties": { "description": { "type": "string", "example": "" }, "documentType": { "type": "string", "example": "Support Document " }, "format": { "type": "string", "example": "PDF" }, "name": { "type": "string", "example": "Hearing Notice" }, "url": { "type": "string", "format": "url", "example": "https://www.congress.gov/118/meeting/house/115538/documents/HHRG-118-II24-20230324-SD001.pdf" } } }