{
  "$schema": "https://raw.githubusercontent.com/ShywareLLC/core/main/schema/shyconfig.schema.json",
  "_note": "Reference manifest for docs/sdk/web/prior-art-combo.mdx. This is a hypothetical 'prior-art combination attempt' config -- shyvoting-v1's contract selected with a no-receipt/no-recovery profile (mimicking a pure nullifier/anonymous-voting reference), and a governance block smuggled in alongside it (mimicking a split-record/queue-oriented ledger-governance reference). It exercises exactly the two boundaries the page's argument turns on: Boundary 1 (a governance block does not make this a shyshares-v1 deployment -- contract_version still selects the voting protocol) and Boundary 3 (match_store/user_access set to 'none' removes the recoverable reconcile path entirely, which the config alone cannot restore).",
  "contract_version": "shyvoting-v1",
  "app": {
    "id": "prior-art-combo-reference",
    "name": "Prior-Art Combination Reference",
    "product_type": "shyvoting",
    "chain_id": "shyware-1"
  },
  "identity": {
    "provider": "none",
    "mode": "manual_demo"
  },
  "signing": {
    "required": true,
    "backend": "aws_kms",
    "validator_key_id": "alias/shyware-validator",
    "tally_key_id": "alias/shyware-tally",
    "attestation_required": true
  },
  "deployment": {
    "default_posture": "coercion_resistant",
    "runtime_fallbacks": {
      "write_only_on_missing_play_integrity": true,
      "write_only_on_hostile_network": true,
      "write_only_on_untrusted_device_attestation": true
    }
  },
  "receipts": {
    "match_store": "none",
    "user_access": "none",
    "double_vote_enforcement": "voter_registry_only",
    "recovery_signals": []
  },
  "governance": {
    "poll_create_authority": "operator_or_board",
    "poll_create_keys": ["<operator-pubkey-hex>"],
    "membership_sources": ["token_balance"],
    "proposal_classes": ["split_record_policy"],
    "eligibility": { "asset_id": "reference", "min_balance": 1 },
    "vote_weight": "token_quantity",
    "transfer_layer": "shywire"
  }
}
