{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-get-segments-response-structure.json", "name": "GetSegmentsResponse", "description": "GetSegmentsResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "SegmentsResponse": { "$ref": "#/components/schemas/SegmentsResponse" } }, "required": [ "SegmentsResponse" ] }