{ "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": "\n\n CRM\n CRM\n CRM\n DLO\n" } ] }