{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-batch-get-free-trial-info-request-account-ids-list-schema.json", "title": "BatchGetFreeTrialInfoRequestAccountIdsList", "description": "BatchGetFreeTrialInfoRequestAccountIdsList schema", "type": "array", "items": { "type": "string", "pattern": "[0-9]{12}" } }