{
  "data": {
    "id": "ds-a1b2c3d4e5f6",
    "qri": "qdf:qix:tenant-guid:space-guid:dataset.qvd",
    "secureQri": "secure-qri-value",
    "name": "Sales Data (Updated)",
    "description": "Updated annual sales records",
    "technicalDescription": "Production sales dataset - updated",
    "type": "qvd",
    "tags": [
      "sales",
      "financial",
      "updated"
    ],
    "spaceId": "617979737a9f56e49dea2e6e",
    "ownerId": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
    "version": 6,
    "tenantId": "q3VRZ4YMixRaLKEPhkZWM-XMIDN7cO8f",
    "createdBy": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
    "createdTime": "2024-01-15T10:30:00Z",
    "lastModifiedBy": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
    "lastModifiedTime": "2024-01-22T11:00:00Z",
    "schema": {
      "schemaName": "main",
      "dataFields": [
        {
          "name": "SalesAmount",
          "dataType": {
            "type": "DECIMAL",
            "properties": {
              "precision": 10,
              "scale": 2
            }
          },
          "nullable": false,
          "primaryKey": false,
          "tags": [
            "metric"
          ]
        }
      ]
    },
    "operational": {
      "status": "active",
      "rowCount": 52000,
      "size": 2600000,
      "lastLoadTime": "2024-01-22T10:00:00Z"
    }
  }
}