{
  "name": "isrc-add-to-track",
  "description": "Add an ISRC to an existing track term — the explicit term ID is in the notes.",
  "input": {
    "row": {
      "index": 2,
      "accountId": "73310",
      "contractId": "535895",
      "requestText": "ISRC Update (same ISRC to multiple contracts)",
      "notes": "Add UK8E21910301 to Track Term ID 98752"
    }
  },
  "expected": {
    "action": "add_attachments",
    "supported": true,
    "targeting": { "termId": "98752", "isrcs": ["UK8E21910301"] },
    "values": { "addIsrcs": ["UK8E21910301"] }
  },
  "expectedResolution": {
    "termId": "98752",
    "current": { "attachments": ["UKAAA0000001"] }
  },
  "expectedStatus": "ready"
}
