mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 19:50:42 +08:00
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"file_information",
|
|
"directory_location",
|
|
"fields",
|
|
"declarative_metadata_sample_definition"
|
|
],
|
|
"title": "DataPackageKitObject - Metadata API",
|
|
"description": "Represents the object in Data Kit Content Object. These objects are added inside the data kit.",
|
|
"file_information": ".DataPackageKitObject",
|
|
"directory_location": "DataPackageKitObjects",
|
|
"fields_columns": [
|
|
"type",
|
|
"required",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"masterLabel": {
|
|
"type": "string",
|
|
"required": true,
|
|
"description": "Label that identifies the AI application throughout the Salesforce user interface."
|
|
},
|
|
"parentDataPackageKitDefinitionName": {
|
|
"type": "string",
|
|
"required": true,
|
|
"description": "Name of the data kit definition"
|
|
},
|
|
"referenceObjectName": {
|
|
"type": "string",
|
|
"required": true,
|
|
"description": "The name of the data kit content."
|
|
},
|
|
"referenceObjectType": {
|
|
"type": "string",
|
|
"required": true,
|
|
"description": "The type of the content object in the data kit."
|
|
}
|
|
},
|
|
"declarative_metadata_sample_definition": [
|
|
{
|
|
"description": "The following is an example of a DataPackageKitDefinition component.",
|
|
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<DataPackageKitObject xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <masterLabel>CRM</masterLabel>\n <parentDataPackageKitDefinitionName>CRM</parentDataPackageKitDefinitionName>\n <referenceObjectName>CRM</referenceObjectName>\n <referenceObjectType>DLO</referenceObjectType>\n</DataPackageKitObject>"
|
|
}
|
|
]
|
|
} |