The Storage Policy object describes the storage zone.
{ "$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" } } } ] }