{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MultiRegionAccessPointReport", "type": "object", "properties": { "Name": { "type": "string", "description": "The name of the Multi-Region Access Point." }, "Alias": { "type": "string", "description": "The alias for the Multi-Region Access Point." }, "CreatedAt": { "type": "string" }, "Status": { "type": "string" }, "Regions": { "type": "array" } } }