{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-targets-schema.json", "title": "Targets", "description": "Targets schema", "type": "array", "items": { "type": "string", "minLength": 0, "maxLength": 50 } }