{
  "writeDescriptorId": "assets-analysis-write",
  "targetCollection": "assets/analysis",
  "schema": {
    "type": "object",
    "required": ["recordId"],
    "properties": {
      "recordId": { "type": "string" },
      "analysisType": { "type": "string" },
      "score": { "type": "number" },
      "notes": { "type": "array" }
    }
  }
}
