{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudfront/refs/heads/main/json-structure/cloudfront-distribution-list-structure.json", "name": "DistributionList", "description": "DistributionList schema", "type": "object", "properties": { "Marker": { "type": "string" }, "NextMarker": { "type": "string" }, "MaxItems": { "type": "int32" }, "IsTruncated": { "type": "boolean" }, "Quantity": { "type": "int32" }, "Items": { "type": "array", "items": { "$ref": "#/components/schemas/Distribution" } } } }