{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://visuals.thegr0ve.com/schemas/backlog-dashboard.schema.json",
  "title": "Visual Commons Backlog Dashboard",
  "type": "object",
  "required": [
    "raw_substrate_count",
    "rights_checked_count",
    "live_canonical_count",
    "externally_published_count",
    "target_external_buffer",
    "noindex_state"
  ],
  "properties": {
    "raw_substrate_count": {
      "type": "integer"
    },
    "rights_checked_count": {
      "type": "integer"
    },
    "polished_atom_count": {
      "type": "integer"
    },
    "site_ready_count": {
      "type": "integer"
    },
    "live_canonical_count": {
      "type": "integer"
    },
    "mirror_ready_count": {
      "type": "integer"
    },
    "queued_external_count": {
      "type": "integer"
    },
    "externally_published_count": {
      "type": "integer"
    },
    "canonical_lead_over_external": {
      "type": "integer"
    },
    "target_external_buffer": {
      "type": "integer"
    },
    "buffer_gap": {
      "type": "integer"
    },
    "buffer_days_remaining": {
      "type": "integer"
    },
    "missing_metadata_count": {
      "type": "integer"
    },
    "missing_download_variants": {
      "type": "integer"
    },
    "broken_download_links": {
      "type": "integer"
    },
    "broken_canonical_urls": {
      "type": "integer"
    },
    "noindex_state": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "generated_candidate_count": {
      "type": "integer"
    },
    "bounded_atom_count": {
      "type": "integer"
    },
    "lineage_complete_count": {
      "type": "integer"
    },
    "operator_review_ready_count": {
      "type": "integer"
    },
    "operator_approved_count": {
      "type": "integer"
    },
    "cc0_approved_count": {
      "type": "integer"
    },
    "site_indexed_noindex_count": {
      "type": "integer"
    },
    "site_indexed_public_count": {
      "type": "integer"
    },
    "public_ready_count": {
      "type": "integer"
    },
    "missing_phi_count": {
      "type": "integer"
    },
    "missing_lineage_count": {
      "type": "integer"
    },
    "missing_z0_behavior_count": {
      "type": "integer"
    },
    "missing_demand_packet_count": {
      "type": "integer"
    },
    "missing_prompt_packet_count": {
      "type": "integer"
    },
    "missing_totem_anchor_count": {
      "type": "integer"
    },
    "blocked_provenance_count": {
      "type": "integer"
    },
    "demand_packet_count": {
      "type": "integer"
    },
    "prompt_packet_count": {
      "type": "integer"
    },
    "backfill_gap_count": {
      "type": "integer"
    },
    "projection_count": {
      "type": "integer"
    }
  },
  "additionalProperties": false
}
