{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionAttributeIdentifier", "title": "ConnectionAttributeIdentifier", "type": "object", "additionalProperties": false, "properties": { "active": { "type": "boolean", "description": "Determines if the attribute is used for identification" }, "default_method": { "$ref": "#/components/schemas/DefaultMethodEmailIdentifierEnum", "x-release-lifecycle": "EA" } } }