Box · Schema

Metadata instance

An instance of a metadata template, which has been applied to a file or folder.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
View JSON Schema on GitHub

JSON Schema

box-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Metadata",
  "title": "Metadata instance",
  "type": "object",
  "x-box-resource-id": "metadata",
  "x-box-tag": "file_metadata",
  "x-box-variant": "standard",
  "description": "An instance of a metadata template, which has been applied to a file or\nfolder.",
  "allOf": [
    {
      "$ref": "#/components/schemas/Metadata--Base"
    }
  ]
}