{ "type": "object", "description": "DescribeConnectorEntityRequest schema from Amazon AppFlow API", "properties": { "connectorEntityName": { "type": "string", "description": "The entity name for that connector.", "maxLength": 1024, "example": "Account" }, "connectorType": { "type": "string", "description": "The type of connector application, such as Salesforce, Marketo, and so on.", "example": "Salesforce" }, "connectorProfileName": { "type": "string", "description": "The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.", "example": "my-salesforce-profile" }, "apiVersion": { "type": "string", "description": "The version of the API that's used by the connector.", "example": "v55.0" } }, "required": [ "connectorEntityName" ], "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-describe-connector-entity-request-structure.json" }