{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-structure/amazon-entity-resolution-rule-matching-keys-list-structure.json", "name": "RuleMatchingKeysList", "description": "RuleMatchingKeysList schema from AWS EntityResolution", "type": "array", "items": { "$ref": "#/components/schemas/AttributeName" }, "minItems": 1, "maxItems": 15 }