Congress.gov API · Schema

meetingdocument

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
description string
documentType string
format string
name string
url string
View JSON Schema on GitHub

JSON Schema

congress-gov-meetingdocument-schema.json Raw ↑
{
  "$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"
    }
  }
}