Amazon Inspector · JSON Structure

Inspector Batch Get Free Trial Info Response Structure

BatchGetFreeTrialInfoResponse schema

Type: object Properties: 2 Required: 2
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

BatchGetFreeTrialInfoResponse is a JSON Structure definition published by Amazon Inspector, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accounts failedAccounts

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-response-structure.json",
  "name": "BatchGetFreeTrialInfoResponse",
  "description": "BatchGetFreeTrialInfoResponse schema",
  "type": "object",
  "properties": {
    "accounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FreeTrialAccountInfoList"
        },
        {
          "description": "An array of objects that provide Amazon Inspector free trial details for each of the requested accounts. "
        }
      ]
    },
    "failedAccounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FreeTrialInfoErrorList"
        },
        {
          "description": "An array of objects detailing any accounts that free trial data could not be returned for."
        }
      ]
    }
  },
  "required": [
    "accounts",
    "failedAccounts"
  ]
}