{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-schema/appflow-update-connector-registration-response-schema.json", "title": "UpdateConnectorRegistrationResponse", "description": "UpdateConnectorRegistrationResponse schema from Amazon AppFlow API", "type": "object", "properties": { "connectorArn": { "type": "string", "example": "arn:aws:appflow:us-east-1:123456789012:connector/MyCustomConnector", "description": "The ARN of the connector being updated." } } }