National Council on Disability · JSON Structure

Ncd Stakeholder Letter Structure

A formal letter from the National Council on Disability to a federal agency, congressional leader, or other government stakeholder.

Type: object Properties: 7
DisabilityFederal GovernmentPolicyCivil RightsHealthcareIndependent Agency

Ncd Stakeholder Letter 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

title date recipient recipientAgency subject policyArea documentURL

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

JSON Structure

ncd-stakeholder-letter-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://schemas.ncd.gov/structure/stakeholder-letter",
  "title": "NCD Stakeholder Letter",
  "description": "A formal letter from the National Council on Disability to a federal agency, congressional leader, or other government stakeholder.",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "Letter title or subject"
    },
    "date": {
      "type": "string",
      "description": "Date the letter was sent"
    },
    "recipient": {
      "type": "string",
      "description": "Name or office of the letter recipient"
    },
    "recipientAgency": {
      "type": "string",
      "description": "Federal agency or organization of the recipient"
    },
    "subject": {
      "type": "string",
      "description": "Subject matter of the letter"
    },
    "policyArea": {
      "type": "string",
      "description": "Primary disability policy area addressed"
    },
    "documentURL": {
      "type": "string",
      "description": "URL to the full letter document"
    }
  }
}