{
  "writeDescriptorId": "assertions-confirmations-write",
  "targetCollection": "assertions/confirmations",
  "schema": {
    "type": "object",
    "required": ["recordId"],
    "properties": {
      "recordId": { "type": "string" },
      "confirmationType": { "type": "string" },
      "decision": { "type": "string" },
      "confirmedBy": { "type": "string" },
      "note": { "type": "string" }
    }
  }
}
