Apideck · Schema

FileSize

The size of the file in bytes

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-filesize-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileSize",
  "title": "FileSize",
  "type": "integer",
  "x-apideck-schema-id": "FileSize",
  "description": "The size of the file in bytes",
  "example": 1810673,
  "nullable": true
}