National Council on Disability · JSON Structure

Ncd Accountability Report Structure

Annual performance and accountability report from the National Council on Disability.

Type: object Properties: 8
DisabilityFederal GovernmentPolicyCivil RightsHealthcareIndependent Agency

Ncd Accountability Report Structure is a JSON Structure definition published by National Council on Disability, describing 8 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

reportType fiscalYear title agencyBudget performanceGoals performanceResults documentURL publishedDate

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

ncd-accountability-report-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://schemas.ncd.gov/structure/accountability-report",
  "title": "NCD Accountability Report",
  "description": "Annual performance and accountability report from the National Council on Disability.",
  "type": "object",
  "properties": {
    "reportType": {
      "type": "string",
      "description": "Type of accountability report",
      "enum": [
        "AnnualPerformanceReport",
        "CongressionalBudgetJustification",
        "FinancialAudit",
        "StrategicPlan"
      ]
    },
    "fiscalYear": {
      "type": "string",
      "description": "Fiscal year covered by the report"
    },
    "title": {
      "type": "string",
      "description": "Full report title"
    },
    "agencyBudget": {
      "type": "number",
      "description": "Total agency budget in dollars for the fiscal year"
    },
    "performanceGoals": {
      "type": "array",
      "description": "List of performance goals for the period"
    },
    "performanceResults": {
      "type": "array",
      "description": "Results achieved against performance goals"
    },
    "documentURL": {
      "type": "string",
      "description": "URL to download the full report"
    },
    "publishedDate": {
      "type": "string",
      "description": "Date the report was published"
    }
  }
}