Amazon Inspector · JSON Structure

Inspector Free Trial Account Info List Structure

FreeTrialAccountInfoList schema

Type: array Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

FreeTrialAccountInfoList is a JSON Structure definition published by Amazon Inspector. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-free-trial-account-info-list-structure.json",
  "name": "FreeTrialAccountInfoList",
  "description": "FreeTrialAccountInfoList schema",
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "accountId",
      "freeTrialInfo"
    ],
    "properties": {
      "accountId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/MeteringAccountId"
          },
          {
            "description": "The account associated with the Amazon Inspector free trial information."
          }
        ]
      },
      "freeTrialInfo": {
        "allOf": [
          {
            "$ref": "#/components/schemas/FreeTrialInfoList"
          },
          {
            "description": "Contains information about the Amazon Inspector free trial for an account."
          }
        ]
      }
    },
    "description": "Information about the Amazon Inspector free trial for an account."
  }
}