Amazon AppFlow · Schema

ConnectorEntityField

ConnectorEntityField schema from Amazon AppFlow API

ConnectorsDataflowsData IntegrationETLIntegrationSoftware-as-a-ServiceData Transfer

Properties

Name Type Description
identifier string The unique identifier of the connector field.
parentIdentifier string The parent identifier of the connector field.
label string The label applied to a connector entity field.
isPrimaryKey boolean Booelan value that indicates whether this field can be used as a primary key.
defaultValue string Default value that can be assigned to this field.
isDeprecated boolean Booelan value that indicates whether this field is deprecated or not.
supportedFieldTypeDetails object Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues.
description string A description of the connector entity field.
sourceProperties object The properties that can be applied to a field when the connector is being used as a source.
destinationProperties object The properties applied to a field when the connector is being used as a destination.
View JSON Schema on GitHub

JSON Schema

appflow-connector-entity-field-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-schema/appflow-connector-entity-field-schema.json",
  "title": "ConnectorEntityField",
  "description": "ConnectorEntityField schema from Amazon AppFlow API",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "example": "Id",
      "description": "The unique identifier of the connector field."
    },
    "parentIdentifier": {
      "type": "string",
      "example": "",
      "description": "The parent identifier of the connector field."
    },
    "label": {
      "type": "string",
      "example": "Account ID",
      "description": "The label applied to a connector entity field."
    },
    "isPrimaryKey": {
      "type": "boolean",
      "example": true,
      "description": "Booelan value that indicates whether this field can be used as a primary key."
    },
    "defaultValue": {
      "type": "string",
      "example": "",
      "description": "Default value that can be assigned to this field."
    },
    "isDeprecated": {
      "type": "boolean",
      "example": false,
      "description": "Booelan value that indicates whether this field is deprecated or not."
    },
    "supportedFieldTypeDetails": {
      "type": "object",
      "description": "Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues."
    },
    "description": {
      "type": "string",
      "example": "The unique identifier for the Account object.",
      "description": "A description of the connector entity field."
    },
    "sourceProperties": {
      "type": "object",
      "properties": {
        "isQueryable": {
          "type": "boolean",
          "example": true
        },
        "isRetrievable": {
          "type": "boolean",
          "example": true
        },
        "isPartitioningSupported": {
          "type": "boolean",
          "example": false
        }
      },
      "description": "The properties that can be applied to a field when the connector is being used as a source."
    },
    "destinationProperties": {
      "type": "object",
      "properties": {
        "isCreatable": {
          "type": "boolean",
          "example": false
        },
        "isNullable": {
          "type": "boolean",
          "example": false
        },
        "isUpsertable": {
          "type": "boolean",
          "example": false
        },
        "isUpdatable": {
          "type": "boolean",
          "example": false
        },
        "isDefaultedOnCreate": {
          "type": "boolean",
          "example": false
        },
        "supportedWriteOperations": {
          "type": "array",
          "items": {
            "type": "string",
            "example": ""
          },
          "example": [
            "INSERT"
          ]
        }
      },
      "description": "The properties applied to a field when the connector is being used as a destination."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/appflow-connector-entity-field"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.