{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://vnwo.com/schemas/participation-access-burden-record.schema.json",
  "title": "Participation Access and Burden Record",
  "description": "Process-level record of disability, language, connectivity, scheduling, care, literacy, compensation, privacy, retaliation, and alternative-channel supports and gaps. It must not be used to score people or infer demographic traits.",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "schema_version",
    "id",
    "version",
    "last_reviewed_utc",
    "artifact_maturity",
    "process_id",
    "process_title",
    "access_dimensions",
    "burden_summary",
    "known_under_reached_or_excluded_groups",
    "data_minimization_posture",
    "repair_before_next_round",
    "claim_boundary_note"
  ],
  "properties": {
    "schema_version": {
      "type": "string",
      "const": "3.0.8"
    },
    "id": {
      "type": "string"
    },
    "version": {
      "type": "string",
      "const": "3.0.8"
    },
    "last_reviewed_utc": {
      "type": "string",
      "format": "date-time"
    },
    "artifact_maturity": {
      "type": "string",
      "enum": [
        "proposed",
        "experimental",
        "reviewed",
        "reference",
        "deprecated"
      ]
    },
    "process_id": {
      "type": "string"
    },
    "process_title": {
      "type": "string"
    },
    "access_dimensions": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "disability_access",
        "language",
        "connectivity",
        "scheduling",
        "care_burdens",
        "technical_literacy",
        "compensation",
        "privacy",
        "retaliation_risk",
        "alternative_channels"
      ],
      "properties": {
        "disability_access": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        },
        "language": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        },
        "connectivity": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        },
        "scheduling": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        },
        "care_burdens": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        },
        "technical_literacy": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        },
        "compensation": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        },
        "privacy": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        },
        "retaliation_risk": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        },
        "alternative_channels": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status",
            "supports",
            "known_gap",
            "planned_repair"
          ],
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "provided",
                "partial",
                "not_provided",
                "not_applicable",
                "unknown"
              ]
            },
            "supports": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "known_gap": {
              "type": "string"
            },
            "planned_repair": {
              "type": "string"
            }
          }
        }
      }
    },
    "burden_summary": {
      "type": "string"
    },
    "known_under_reached_or_excluded_groups": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "data_minimization_posture": {
      "type": "string"
    },
    "repair_before_next_round": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "source_domain": {
      "type": "string"
    },
    "claim_boundary_note": {
      "type": "string"
    }
  },
  "examples": [
    {
      "schema_version": "3.0.8",
      "id": "access-burden-dataset-review-001",
      "version": "3.0.8",
      "last_reviewed_utc": "2026-06-20T17:20:17Z",
      "artifact_maturity": "reference",
      "process_id": "process-dataset-source-coverage-001",
      "process_title": "Fictional dataset and source-coverage review",
      "access_dimensions": {
        "disability_access": {
          "status": "provided",
          "supports": [
            "semantic HTML",
            "keyboard access",
            "plain-text worksheet"
          ],
          "known_gap": "No live sign-language interpretation was available.",
          "planned_repair": "Budget interpretation when a live session is used in the next round."
        },
        "language": {
          "status": "partial",
          "supports": [
            "two translated summaries",
            "written response in additional languages"
          ],
          "known_gap": "Not every source language had facilitation support.",
          "planned_repair": "Prioritize languages identified as missing from the source inventory."
        },
        "connectivity": {
          "status": "provided",
          "supports": [
            "downloadable worksheet",
            "email return path"
          ],
          "known_gap": "No postal return channel.",
          "planned_repair": "Assess library or community-center collection points."
        },
        "scheduling": {
          "status": "provided",
          "supports": [
            "two live sessions",
            "asynchronous 21-day window"
          ],
          "known_gap": "No weekend facilitated session.",
          "planned_repair": "Add one weekend session if staffing permits."
        },
        "care_burdens": {
          "status": "partial",
          "supports": [
            "asynchronous channel"
          ],
          "known_gap": "No childcare or caregiver stipend.",
          "planned_repair": "Disclose the gap and seek funding."
        },
        "technical_literacy": {
          "status": "provided",
          "supports": [
            "plain-language guide",
            "example contribution"
          ],
          "known_gap": "No one-to-one technical assistance outside scheduled sessions.",
          "planned_repair": "Offer a callback window."
        },
        "compensation": {
          "status": "not_provided",
          "supports": [],
          "known_gap": "Participation time was unpaid.",
          "planned_repair": "Do not claim equitable burden sharing; seek compensation funding."
        },
        "privacy": {
          "status": "provided",
          "supports": [
            "optional attribution",
            "private correction channel",
            "non-identifying public summary"
          ],
          "known_gap": "Email metadata remains with the implementing organization.",
          "planned_repair": "Publish retention and deletion limits."
        },
        "retaliation_risk": {
          "status": "provided",
          "supports": [
            "non-retaliation statement",
            "private channel"
          ],
          "known_gap": "The static example cannot guarantee organizational behavior.",
          "planned_repair": "Require an accountable complaint owner."
        },
        "alternative_channels": {
          "status": "partial",
          "supports": [
            "web",
            "email",
            "downloadable worksheet",
            "facilitated session"
          ],
          "known_gap": "No phone or postal channel.",
          "planned_repair": "Assess lower-connectivity alternatives."
        }
      },
      "burden_summary": "The main unresolved burdens are unpaid time, incomplete language coverage, care responsibilities, and the absence of phone or postal channels.",
      "known_under_reached_or_excluded_groups": [
        "people without email access",
        "people requiring languages beyond the translated summaries",
        "people unable to participate without compensation"
      ],
      "data_minimization_posture": "The example records process-level barriers and supports. It does not infer demographic traits or rank participants.",
      "repair_before_next_round": [
        "publish email retention limits",
        "seek translation and compensation funding",
        "assess phone or community-center collection channel"
      ],
      "source_domain": "vnwo.com",
      "claim_boundary_note": "VNWO provides a static documentation pattern. It does not recruit participants, collect submissions, verify identity or representation, validate consent, certify fairness, democracy, accessibility, legal sufficiency, or implementation quality, and it does not guarantee that an institution acts on input."
    }
  ],
  "last_reviewed_utc": "2026-06-20T17:20:17Z",
  "claim_boundary_note": "VNWO provides a static documentation pattern. It does not recruit participants, collect submissions, verify identity or representation, validate consent, certify fairness, democracy, accessibility, legal sufficiency, or implementation quality, and it does not guarantee that an institution acts on input.",
  "source_routing_note": "Name the implementing organization and source domain for every imported rule, standard, or decision. Use no-op or human review when authority, evidence, participation scope, or representation claims are ambiguous.",
  "schema_version": "3.0.8",
  "artifact_maturity": "reviewed"
}
