{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-batch-get-free-trial-info-request-structure.json", "name": "BatchGetFreeTrialInfoRequest", "description": "BatchGetFreeTrialInfoRequest schema", "type": "object", "properties": { "accountIds": { "allOf": [ { "$ref": "#/components/schemas/BatchGetFreeTrialInfoRequestAccountIdsList" }, { "description": "The account IDs to get free trial status for." } ] } }, "required": [ "accountIds" ] }