Box · Schema

File (Conflict)

A representation of a file that is used to show

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
View JSON Schema on GitHub

JSON Schema

box-fileconflict-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileConflict",
  "title": "File (Conflict)",
  "type": "object",
  "x-box-sanitized": true,
  "x-box-resource-id": "file_conflict",
  "x-box-tag": null,
  "description": "A representation of a file that is used to show",
  "allOf": [
    {
      "$ref": "#/components/schemas/File--Mini"
    },
    {
      "properties": {
        "sha1": {
          "type": "string",
          "example": "85136C79CBF9FE36BB9D05D0639C70C265C18D37",
          "description": "The SHA1 hash of the file."
        },
        "file_version": {
          "$ref": "#/components/schemas/FileVersion--Mini"
        }
      }
    }
  ]
}