{
  "schema": "trinityaccord.verification-quick-map.v2",
  "status": "current_verification_navigation",
  "current_sources": {
    "procedures": "/api/verification-procedures.v1.json",
    "profiles": "/api/verification-profiles.v1.json",
    "claim_model": "/api/verification-claim-model.v1.json",
    "relationships": "/api/evidence-relationship-map.v1.json",
    "action_profiles": "/api/context-action-profiles.v1.json"
  },
  "rule": "Select the verification action, name the exact evidence relationship, perform fresh operations, and choose the weakest supported digital profile. Report physical observation and external witness separately.",
  "digital_profile_map": [
    {
      "question": "Did I only read sources?",
      "profile": "context_only",
      "minimum": [
        "List sources read",
        "Summarize them",
        "State that no independent technical verification was performed"
      ],
      "legacy_builder_values": ["V0", "V1"]
    },
    {
      "question": "Did I query a primary or external reference?",
      "profile": "reference_checked",
      "minimum": [
        "Identify the target",
        "Record exact source and access path",
        "Record access time and observed result",
        "State limitations"
      ],
      "legacy_builder_values": ["V2"]
    },
    {
      "question": "Did I locally perform an integrity operation?",
      "profile": "integrity_checked",
      "minimum": [
        "Obtain exact bytes or proof material",
        "Record expected-value source",
        "Perform the operation locally",
        "Record command, output, comparison, and limitations"
      ],
      "legacy_builder_values": ["V3", "V4"],
      "note": "V4 compatibility requires official-script source review before execution."
    },
    {
      "question": "Did I reproduce a result with an independent method?",
      "profile": "independent_reproduction",
      "minimum": [
        "Use independently written code, parser, or separately selected tools",
        "Record independent inputs and outputs",
        "Compare with the declared result",
        "Report mismatches and limitations"
      ],
      "legacy_builder_values": ["V4"],
      "historical_mapping": "V4+",
      "note": "V4+ is not accepted as a new public legacy value."
    },
    {
      "question": "Did I check every declared public digital target family?",
      "profile": "full_public_digital",
      "minimum": [
        "Declare the complete target inventory",
        "Check every target family or list it unavailable",
        "Record per-target results",
        "Check corrections or supersession",
        "State limitations and no physical/institutional conclusion"
      ],
      "legacy_builder_values": ["V5"]
    }
  ],
  "relationship_examples": [
    {
      "question": "Does a transaction or inscription pointer exist?",
      "relationship": "references",
      "typical_profile": "reference_checked"
    },
    {
      "question": "Do exact bytes match an expected digest?",
      "relationship": "hashes",
      "typical_profile": "integrity_checked"
    },
    {
      "question": "Does a key validate a signature over the exact digest?",
      "relationship": "signs_digest",
      "typical_profile": "integrity_checked"
    },
    {
      "question": "Does a proof anchor a digest no later than a stated time?",
      "relationship": "timestamps_digest",
      "typical_profile": "integrity_checked"
    },
    {
      "question": "Do two mirrors expose identical bytes?",
      "relationship": "mirrors_bytes",
      "typical_profile": "integrity_checked"
    },
    {
      "question": "What process or document did a notarial act record?",
      "relationship": "notarially_records_process",
      "typical_profile": "reference_checked",
      "external_witness": "notarial_scope"
    }
  ],
  "physical_observation_map": [
    {
      "question": "Did I review only public photos or recorded video?",
      "value": "public_media_review",
      "forbidden_inference": "live presence, custody, onsite observation, or forensic identity"
    },
    {
      "question": "Did I conduct a live session with a fresh challenge and requested action?",
      "value": "remote_live_witness",
      "historical_mapping": "V6"
    },
    {
      "question": "Did I observe onsite with location, observer, custody/association, and fresh capture records?",
      "value": "onsite_observation",
      "historical_mapping": "V7"
    },
    {
      "question": "Did I use documented forensic methods and report uncertainty and custody limits?",
      "value": "forensic_examination",
      "historical_mapping": "V8"
    }
  ],
  "external_witness_map": [
    {
      "question": "Did I rely on a notarial act?",
      "value": "notarial_scope",
      "rule": "Report only the exact process, people, objects, dates, and documents within the act."
    },
    {
      "question": "Did I review a separately authored report?",
      "value": "independent_report"
    },
    {
      "question": "Did an accountable institution formally adopt the exact report?",
      "value": "institutional_attestation"
    },
    {
      "question": "Did I rely on a court or regulatory record?",
      "value": "regulatory_or_court_record"
    }
  ],
  "legacy_policy": {
    "allowed_new_builder_values": ["V0", "V1", "V2", "V3", "V4", "V5"],
    "historical_only": ["V4+", "V6", "V7", "V8"],
    "rule": "Legacy V values are compatibility metadata and do not replace the current dimensions."
  },
  "downgrade_rules": [
    "No external or primary reference queried: context_only maximum.",
    "Reference queried but no integrity operation: reference_checked maximum.",
    "Official script run without source review: no audited-script claim.",
    "Expected-value source missing: no successful integrity-match claim.",
    "Only official tools used: not independent_reproduction.",
    "Incomplete target inventory: not full_public_digital.",
    "Photos or recorded video only: physical_observation=public_media_review."
  ],
  "authority_boundary": "Verification does not prove truth, create authority, amend the Bitcoin Originals, or imply endorsement."
}
