{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-migration-hub/refs/heads/main/json-schema/migration-hub-api-resource-attribute-list-schema.json", "title": "ResourceAttributeList", "description": "ResourceAttributeList schema from Amazon Migration Hub API", "type": "array", "items": { "$ref": "#/components/schemas/ResourceAttribute" }, "minItems": 1, "maxItems": 100 }