{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-create-ip-set-response-structure.json", "name": "CreateIPSetResponse", "description": "CreateIPSetResponse schema from Amazon GuardDuty API", "type": "object", "properties": { "IpSetId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "ipSetId" }, "description": "The ID of the IPSet resource." } ] } }, "required": [ "IpSetId" ] }