{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BlobEnumerationResults", "type": "object", "description": "An enumeration of blobs.", "properties": { "ServiceEndpoint": { "type": "string", "description": "The service endpoint URL." }, "ContainerName": { "type": "string", "description": "The name of the container." }, "Prefix": { "type": "string", "description": "The prefix used to filter results." }, "Marker": { "type": "string", "description": "The marker used for pagination." }, "MaxResults": { "type": "integer", "description": "The maximum number of results." }, "Blobs": { "type": "object" }, "NextMarker": { "type": "string", "description": "The next marker for pagination." } } }