{
  "tool_id": "art-206-rights-record-builder",
  "note": "golden_hash filled by ode golden-parity.test.mjs --update.",
  "vectors": [
    {
      "name": "empty_input",
      "policy_parameters": {},
      "output_payload": {
        "record_hash": "fb018f83c1df15ba041b30935785806ce5a192fb7280c4434dde7d7eacf62153",
        "rights_row": {
          "asset_ref": null,
          "licensor": null,
          "licensee": null,
          "license_id": null,
          "territory": "Worldwide",
          "term_years": 0,
          "rights_vector": {
            "copy": false,
            "display": false,
            "commercial": false,
            "exclusive": false,
            "modify": false,
            "sublicense": false,
            "share_alike": false,
            "attribution": false,
            "revocable": false
          },
          "renewal": "none"
        },
        "checks": [
          {
            "check": "licensor_present",
            "pass": false,
            "detail": "licensor is empty (empty-input mode)"
          },
          {
            "check": "licensee_present",
            "pass": false,
            "detail": "licensee is empty (empty-input mode)"
          },
          {
            "check": "asset_ref_present",
            "pass": false,
            "detail": "asset_ref not provided (optional)"
          },
          {
            "check": "license_id_present",
            "pass": false,
            "detail": "license_id not provided (optional)"
          },
          {
            "check": "term_years_positive",
            "pass": false,
            "detail": "term_years is 0 or not provided (empty-input mode)"
          }
        ],
        "all_checks_pass": false,
        "disclaimer": "Not legal advice. This record documents the stated parameters only. No enforcement, no on-chain registration. Consult a licensed attorney for your jurisdiction."
      },
      "golden_hash": "f42624110e7e1ceaa11e3113577a041fafbf19014c11b855f79518ce1c05ca9d"
    },
    {
      "name": "cc_by_usa_3yr",
      "policy_parameters": {
        "licensor": "Alice Corp",
        "licensee": "Bob LLC",
        "territory": "USA",
        "term_years": 3,
        "license_id": "CC-BY-4.0",
        "asset_ref": "ipfs://QmXyz123",
        "rights_vector": {
          "copy": true,
          "display": true,
          "commercial": false,
          "exclusive": false,
          "modify": true,
          "sublicense": false,
          "share_alike": false,
          "attribution": true,
          "revocable": false
        },
        "renewal": "none"
      },
      "output_payload": {
        "record_hash": "1825e4d972eba2fbc92445fcd53e8ba800f911e97edac6a0b3b48dabf17c195d",
        "rights_row": {
          "asset_ref": "ipfs://QmXyz123",
          "licensor": "Alice Corp",
          "licensee": "Bob LLC",
          "license_id": "CC-BY-4.0",
          "territory": "USA",
          "term_years": 3,
          "rights_vector": {
            "copy": true,
            "display": true,
            "commercial": false,
            "exclusive": false,
            "modify": true,
            "sublicense": false,
            "share_alike": false,
            "attribution": true,
            "revocable": false
          },
          "renewal": "none"
        },
        "checks": [
          {
            "check": "licensor_present",
            "pass": true,
            "detail": "licensor: Alice Corp"
          },
          {
            "check": "licensee_present",
            "pass": true,
            "detail": "licensee: Bob LLC"
          },
          {
            "check": "asset_ref_present",
            "pass": true,
            "detail": "asset_ref: ipfs://QmXyz123"
          },
          {
            "check": "license_id_present",
            "pass": true,
            "detail": "license_id: CC-BY-4.0"
          },
          {
            "check": "term_years_positive",
            "pass": true,
            "detail": "term_years: 3"
          }
        ],
        "all_checks_pass": true,
        "disclaimer": "Not legal advice. This record documents the stated parameters only. No enforcement, no on-chain registration. Consult a licensed attorney for your jurisdiction."
      },
      "golden_hash": "9698ab3a192dcdb96d5522b5c2d6a7b7b21f66e2155bc0d9a2ae37dbfef660a0"
    },
    {
      "name": "cc0_worldwide_5yr",
      "policy_parameters": {
        "licensor": "Carol Artist",
        "licensee": "Dave Gallery",
        "territory": "Worldwide",
        "term_years": 5,
        "license_id": "CC0-1.0",
        "rights_vector": {
          "copy": true,
          "display": true,
          "commercial": true,
          "exclusive": false,
          "modify": true,
          "sublicense": true,
          "share_alike": false,
          "attribution": false,
          "revocable": false
        },
        "renewal": "auto-1yr"
      },
      "output_payload": {
        "record_hash": "d7c90108eed173c947d862b5fff93a10449b6f602c954d9028dde17399572c94",
        "rights_row": {
          "asset_ref": null,
          "licensor": "Carol Artist",
          "licensee": "Dave Gallery",
          "license_id": "CC0-1.0",
          "territory": "Worldwide",
          "term_years": 5,
          "rights_vector": {
            "copy": true,
            "display": true,
            "commercial": true,
            "exclusive": false,
            "modify": true,
            "sublicense": true,
            "share_alike": false,
            "attribution": false,
            "revocable": false
          },
          "renewal": "auto-1yr"
        },
        "checks": [
          {
            "check": "licensor_present",
            "pass": true,
            "detail": "licensor: Carol Artist"
          },
          {
            "check": "licensee_present",
            "pass": true,
            "detail": "licensee: Dave Gallery"
          },
          {
            "check": "asset_ref_present",
            "pass": false,
            "detail": "asset_ref not provided (optional)"
          },
          {
            "check": "license_id_present",
            "pass": true,
            "detail": "license_id: CC0-1.0"
          },
          {
            "check": "term_years_positive",
            "pass": true,
            "detail": "term_years: 5"
          }
        ],
        "all_checks_pass": true,
        "disclaimer": "Not legal advice. This record documents the stated parameters only. No enforcement, no on-chain registration. Consult a licensed attorney for your jurisdiction."
      },
      "golden_hash": "d8e713f244b4e5104e93f982c4a66af4d53164ab3d6d50b7604c793197e5de07"
    }
  ]
}
