Experimental
Schema
FilesStatResponse
Type:
object
StatResponse returns file metadata.
info
Schema:
FileInfo
info is metadata for the path.
All schema constraints and annotations
{
"$ref": "#/components/schemas/FileInfo",
"description": "info is metadata for the path."
}All schema constraints and annotations
{
"description": "StatResponse returns file metadata.",
"properties": {
"info": {
"$ref": "#/components/schemas/FileInfo",
"description": "info is metadata for the path."
}
},
"title": "StatResponse",
"type": "object"
}