mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-31 04:01:24 +08:00
29 lines
754 B
JSON
29 lines
754 B
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"file_information",
|
||
|
|
"directory_location",
|
||
|
|
"fields"
|
||
|
|
],
|
||
|
|
"title": "DataSource - Metadata API",
|
||
|
|
"description": "Used to represent the system where the data was sourced. This object is always needed when creating a Data Stream Definition.",
|
||
|
|
"file_information": ".dataSource",
|
||
|
|
"directory_location": "mktDataSources",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"masterLabel": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The UI name for the Data Source.",
|
||
|
|
"required": true
|
||
|
|
},
|
||
|
|
"prefix": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Prefix for the Data Source to make Data Source Object records unique.",
|
||
|
|
"required": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|