{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/file", "title": "file", "type": "object", "properties": { "id": { "type": "string" }, "path": { "type": "string" }, "sha": { "type": "string" }, "mime_type": { "type": "string" }, "size": { "type": "integer", "format": "int64" } } }