{
  "fileName": "example_file",
  "ext": ".txt",
  "size": 1024,
  "mime": "text/plain",
  "recordedAt": "2023-10-05T12:00:00Z",
  "parentBoardId": "board_123",
  "assetId": "asset_456",
  "customFields": [
    {
      "fieldName": "Custom Field 1",
      "value": "Value 1"
    }
  ],
  "tags": [
    {
      "tagName": "Tag 1"
    }
  ]
}
