{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-get-remaining-free-trial-days-request-schema.json", "title": "GetRemainingFreeTrialDaysRequest", "description": "GetRemainingFreeTrialDaysRequest schema from Amazon GuardDuty API", "type": "object", "properties": { "AccountIds": { "allOf": [ { "$ref": "#/components/schemas/AccountIds" }, { "xml": { "name": "accountIds" }, "description": "A list of account identifiers of the GuardDuty member account." } ] } } }