Box · Schema

Storage policy

The Storage Policy object describes the storage zone.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
View JSON Schema on GitHub

JSON Schema

box-storagepolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StoragePolicy",
  "title": "Storage policy",
  "type": "object",
  "x-box-resource-id": "storage_policy",
  "x-box-variant": "standard",
  "description": "The Storage Policy object describes the storage zone.",
  "allOf": [
    {
      "$ref": "#/components/schemas/StoragePolicy--Mini"
    },
    {
      "properties": {
        "name": {
          "description": "A descriptive name of the region",
          "type": "string",
          "example": "Montreal / Dublin"
        }
      }
    }
  ]
}