object
-
content_typestring required -
created_atstring · date-time -
idstring required -
namestring required -
sha256string required -
size_bytesinteger · int64 required -
updated_atstring · date-time -
workspace_idstring required
OpenAPI schema definition
{
"properties": {
"content_type": {
"type": "string"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"sha256": {
"type": "string"
},
"size_bytes": {
"format": "int64",
"type": "integer"
},
"updated_at": {
"format": "date-time",
"type": "string"
},
"workspace_id": {
"type": "string"
}
},
"required": [
"id",
"workspace_id",
"name",
"content_type",
"size_bytes",
"sha256"
],
"type": "object"
}