Box · Schema

File version (Full)

A full representation of a file version, as can be returned from any file version API endpoints by default

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
View JSON Schema on GitHub

JSON Schema

box-fileversion-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileVersion--Full",
  "title": "File version (Full)",
  "type": "object",
  "x-box-resource-id": "file_version--full",
  "x-box-variant": "full",
  "description": "A full representation of a file version, as can be returned from any\nfile version API endpoints by default",
  "allOf": [
    {
      "$ref": "#/components/schemas/FileVersion"
    },
    {
      "properties": {
        "version_number": {
          "type": "string",
          "example": "1",
          "description": "The version number of this file version"
        }
      }
    }
  ]
}