{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BlobItem",
"type": "object",
"description": "A blob item in the enumeration results.",
"properties": {
"Name": {
"type": "string",
"description": "The name of the blob."
},
"Deleted": {
"type": "boolean",
"description": "Whether the blob is deleted."
},
"Snapshot": {
"type": "string",
"description": "The snapshot DateTime."
},
"VersionId": {
"type": "string",
"description": "The version ID of the blob."
},
"IsCurrentVersion": {
"type": "boolean",
"description": "Whether this is the current version."
},
"Metadata": {
"type": "object",
"description": "The blob metadata."
},
"Tags": {
"type": "object",
"description": "Blob tags."
}
}
}