National Council on Disability · JSON Structure

Ncd Foia Record Structure

A record available through the National Council on Disability's FOIA e-Library.

Type: object Properties: 7
DisabilityFederal GovernmentPolicyCivil RightsHealthcareIndependent Agency

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

Properties

recordType title fiscalYear publishedDate documentURL format description

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

JSON Structure

ncd-foia-record-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://schemas.ncd.gov/structure/foia-record",
  "title": "NCD FOIA Record",
  "description": "A record available through the National Council on Disability's FOIA e-Library.",
  "type": "object",
  "properties": {
    "recordType": {
      "type": "string",
      "description": "Type of FOIA record",
      "enum": [
        "Bylaws",
        "PerformanceReport",
        "BudgetJustification",
        "FinancialAudit",
        "StrategicPlan",
        "StakeholderLetter",
        "PolicyReport",
        "FOIAReport"
      ]
    },
    "title": {
      "type": "string",
      "description": "Document title"
    },
    "fiscalYear": {
      "type": "string",
      "description": "Fiscal year of the record (e.g., FY2025)"
    },
    "publishedDate": {
      "type": "string",
      "description": "Date published to FOIA library"
    },
    "documentURL": {
      "type": "string",
      "description": "URL to access the document"
    },
    "format": {
      "type": "string",
      "description": "Document format",
      "enum": [
        "PDF",
        "XML",
        "CSV",
        "ZIP"
      ]
    },
    "description": {
      "type": "string",
      "description": "Brief description of the record contents"
    }
  }
}