{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "PlatformEventMigration - Metadata API",
"description": "Represents configuration settings for a migration from standard volume platform events to high volume platform events.",
"file_information": ".platformEventMigration",
"directory_location": "PlatformEventMigrations",
"fields_columns": [
"type",
"required",
"description"
],
"fields": {
"eventObject": {
"type": "string",
"required": true,
"description": "The API name of the standard volume platform event that needs to be migrated to a high volume platform event."
},
"masterLabel": {
"type": "string",
"required": true,
"description": "The label for the PlatformEventMigration component."
}
},
"wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a PlatformEventMigration component.",
"code": "\n \n My Event Migration\n MyEvent__e\n "
}
]
}