{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BlobItem", "type": "object", "properties": { "Name": { "type": "string" }, "Deleted": { "type": "boolean" }, "Snapshot": { "type": "string" }, "VersionId": { "type": "string" }, "IsCurrentVersion": { "type": "boolean" }, "Metadata": { "type": "object" }, "Tags": { "type": "object" } } }