Congress.gov API · Schema

laws

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

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

JSON Schema

congress-gov-laws-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/laws",
  "title": "laws",
  "type": "object",
  "properties": {
    "number": {
      "type": "string",
      "example": "117-108"
    },
    "type": {
      "type": "string",
      "example": "Public Law"
    }
  }
}