{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"declarative_metadata_sample_definition"
],
"title": "DataConnectorIngestApi - Metadata API",
"description": "Represents the connection information specific to Ingestion API.",
"file_information": ".dataConnectorIngestApi",
"directory_location": "dataConnectorIngestApis",
"fields_columns": [
"type",
"required",
"description"
],
"fields": {
"masterLabel": {
"type": "string",
"required": true,
"description": "UI label of the Ingestion API Connector."
},
"sourceName": {
"type": "string",
"required": true,
"description": "Name of the Ingestion API Connector."
}
},
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a DataConnectorIngestApi component.",
"code": "\n\n CONNECTOR NAME\n CONNECTOR NAME\n"
},
{
"description": "The following is an example package.xml that references the previous definition.",
"code": "\n\n MyConnector\n MyConnector\n"
}
]
}