Congress.gov API · Schema

CrsReportDetail

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
authors array
contentType string
formats array
id string
publishDate string
relatedMaterials array
status string
summary string
title string
topics array
updateDate string
url string
version integer
View JSON Schema on GitHub

JSON Schema

congress-gov-crsreportdetail-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/CrsReportDetail",
  "title": "CrsReportDetail",
  "type": "object",
  "properties": {
    "authors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/author"
      }
    },
    "contentType": {
      "type": "string",
      "example": "Reports"
    },
    "formats": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/format"
      }
    },
    "id": {
      "type": "string",
      "example": "R47175"
    },
    "publishDate": {
      "type": "string",
      "format": "date-time",
      "example": "2022-07-11T04:00:00Z"
    },
    "relatedMaterials": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/relatedMaterial"
      }
    },
    "status": {
      "type": "string",
      "example": "Active"
    },
    "summary": {
      "type": "string",
      "example": "The Congressional Budget Act of 1974 directs Congress to adopt a budget resolution each spring, providing an agreement between the House and Senate on a budget plan for the upcoming fiscal year (and at least four additional years). The annual budget resolution includes certain spending and revenue levels that become enforceable through points of order once both chambers have adopted the resolution.\nCongress does not always adopt a budget resolution, however, and this may complicate the development and consideration of budgetary legislation. Congress has, therefore, developed an alternative legislative tool, typically referred to as a \u201cdeeming resolution\u201d because it is deemed to serve in place of an annual budget resolution for the purposes of establishing enforceable budgetary levels. \nOn June 8, 2022, the House of Representatives adopted H.Res. 1151, a deeming resolution for FY2023. H.Res. 1151 provided a committee spending allocation (302(a) allocation) to the House Appropriations Committee ($1.603 trillion). It also directed the chair of the House Budget Committee to subsequently file a statement in the Congressional Record that includes committee spending allocations for all other committees, as well as aggregate spending and revenue levels. (Those levels were filed on June 21, 2022.) H.Res. 1151 specified that the levels filed in the Congressional Record be consistent with the \u201cmost recent baseline of the Congressional Budget Office,\u201d meaning that the committee spending allocations (other than for the Appropriations Committee) and the aggregate spending and revenue levels have been set at the levels currently projected under current law. \nIn addition to providing enforceable budgetary levels within the House, H.Res. 1151 grants authority to the chair of the House Budget Committee to \u201cadjust\u201d the budgetary levels provided under the deeming resolution in the future under specified circumstances. In addition, the resolution states that provisions designated as \u201cemergency\u201d shall be effectively exempt from House budgetary rules and specifies that certain accounts may receive advance appropriations for FY2024 and FY2025. \n"
    },
    "title": {
      "type": "string",
      "example": "Settings Budgetary Levels: The House's FY2023 Deeming Resolution"
    },
    "topics": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/topic"
      }
    },
    "updateDate": {
      "type": "string",
      "format": "date-time",
      "example": "2025-06-20T23:46:23Z"
    },
    "url": {
      "type": "string",
      "format": "url",
      "example": "www.congress.gov/crs-report/R47175"
    },
    "version": {
      "type": "integer",
      "example": 1
    }
  }
}