IpV6AddressList 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-ip-v6-address-list-schema.json", "title": "IpV6AddressList", "description": "IpV6AddressList schema", "type": "array", "items": { "type": "string", "minLength": 1, "maxLength": 47 } }