{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BlobEnumerationResults", "type": "object", "properties": { "ServiceEndpoint": { "type": "string" }, "ContainerName": { "type": "string" }, "Prefix": { "type": "string" }, "Marker": { "type": "string" }, "MaxResults": { "type": "integer" }, "Blobs": { "type": "object" }, "NextMarker": { "type": "string" } } }