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