{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-schema/appflow-describe-connector-entity-response-schema.json", "title": "DescribeConnectorEntityResponse", "description": "DescribeConnectorEntityResponse schema from Amazon AppFlow API", "type": "object", "properties": { "connectorEntityFields": { "type": "array", "items": {}, "description": "Describes the fields for that connector entity." } } }