Congress.gov API · Schema

committeePrintText

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
type string
url string
View JSON Schema on GitHub

JSON Schema

congress-gov-committeeprinttext-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/committeePrintText",
  "title": "committeePrintText",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "Formatted Text"
    },
    "url": {
      "type": "string",
      "format": "url",
      "example": "https://www.congress.gov/117/cprt/HPRT48144/CPRT-117HPRT48144.htm"
    }
  }
}