{ "$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-code-snippet-request-finding-arns-list-schema.json", "title": "BatchGetCodeSnippetRequestFindingArnsList", "description": "BatchGetCodeSnippetRequestFindingArnsList schema", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws[a-zA-Z-]*)?:inspector2:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:finding/[a-f0-9]{32}$", "minLength": 1, "maxLength": 100 } }