ListAllMyBucketsResult schema from Apache Ozone
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ozone/refs/heads/main/json-schema/apache-ozone-list-all-my-buckets-result-schema.json", "title": "ListAllMyBucketsResult", "description": "ListAllMyBucketsResult schema from Apache Ozone", "type": "object", "properties": { "owner": { "$ref": "#/components/schemas/Owner" }, "buckets": { "type": "array", "items": { "$ref": "#/components/schemas/Bucket" } } } }