Database file mapping validation result by snapshot
{- "snapshot_ids": [
- "string"
], - "file_mapping_rules": "string"
}
{- "mapped_files": {
- "property1": "string",
- "property2": "string"
}
}
Database file mapping validation result by location
{- "source_data_id": "1-source-123",
- "locations": [
- "string"
], - "file_mapping_rules": "string"
}
{- "mapped_files": {
- "property1": "string",
- "property2": "string"
}
}
Database file mapping validation result by timestamp
{- "source_data_id": "1-source-123",
- "timestamps": [
- "2025-08-19T22:01:44.000Z"
], - "file_mapping_rules": "string"
}
{- "mapped_files": {
- "property1": "string",
- "property2": "string"
}
}
Database file mapping validation result by bookmark
{- "bookmark_ids": [
- "1-bookmark-123",
- "1-bookmark-456"
], - "file_mapping_rules": "string"
}
{- "mapped_files": {
- "property1": "string",
- "property2": "string"
}
}