afv-library/skills/getting-metadata-api-context/data/metadata_api/DataPackageKitObject.json

47 lines
1.6 KiB
JSON
Raw Normal View History

{
"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>"
}
]
}