UpdateIPSetRequest schema from Amazon GuardDuty API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-update-ip-set-request-schema.json", "title": "UpdateIPSetRequest", "description": "UpdateIPSetRequest schema from Amazon GuardDuty API", "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/Name" }, { "xml": { "name": "name" }, "description": "The unique ID that specifies the IPSet that you want to update." } ] }, "Location": { "allOf": [ { "$ref": "#/components/schemas/Location" }, { "xml": { "name": "location" }, "description": "The updated URI of the file that contains the IPSet. " } ] }, "Activate": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "xml": { "name": "activate" }, "description": "The updated Boolean value that specifies whether the IPSet is active or not." } ] } } }