Amazon Inspector · Schema

BatchGetFreeTrialInfoRequest

BatchGetFreeTrialInfoRequest schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Properties

Name Type Description
accountIds object
View JSON Schema on GitHub

JSON Schema

inspector-batch-get-free-trial-info-request-schema.json Raw ↑
{
  "$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-schema.json",
  "title": "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"
  ]
}