{ "$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-code-snippet-request-finding-arns-list-structure.json", "name": "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 } }