ResourceScanType schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-resource-scan-type-schema.json", "title": "ResourceScanType", "description": "ResourceScanType schema", "type": "string", "enum": [ "EC2", "ECR", "LAMBDA", "LAMBDA_CODE" ] }