{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ObjectStorageEndpointList", "title": "ObjectStorageEndpointList", "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "region": { "type": "string", "description": "The region ID." }, "endpoint_type": { "type": "string", "description": "The type of endpoint." }, "s3_endpoint": { "type": "string", "description": "The S3-compatible endpoint URL." } } } } } }