{
"id": "string",
"object": "vector_store.file",
"usage_bytes": 0,
"created_at": 0,
"vector_store_id": "string",
"status": "in_progress",
"last_error": {
"code": "server_error",
"message": "string"
},
"chunking_strategy": {
"type": "static",
"static": {
"max_chunk_size_tokens": 100,
"chunk_overlap_tokens": 0
}
},
"attributes": {
"property1": "string",
"property2": "string"
}
}