{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "sub_types", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "LightningBolt - Metadata API", "description": "Represents the definition of a Lightning Bolt Solution, which can include custom apps, flow categories, and Experience Builder templates. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".lightningBolt", "directory_location": "lightningBolts", "fields_columns": [ "type", "description" ], "fields": { "category": { "type": "LightningBoltCategory (enumeration of type string)", "description": "The primary industry that the Lightning Bolt Solution is aimed at. Valid values are: Communications Education FinancialServices GeneralBusiness Government HealthcareLifeSciences HighTech Manufacturing Media Nonprofits ProfessionalServices RealEstate Retail TravelTransportationHospitality", "required": true }, "lightningBoltFeatures": { "type": "LightningBoltFeatures[]", "description": "The list of feature descriptions of this Lightning Bolt Solution." }, "lightningBoltImages": { "type": "LightningBoltImages[]", "description": "The list of images of this Lightning Bolt Solution." }, "lightningBoltItems": { "type": "LightningBoltItems[]", "description": "The list of items (custom apps, flow categories, and Experience Builder templates) that comprise this Lightning Bolt Solution." }, "masterLabel": { "type": "string", "description": "The label of the Lightning Bolt Solution, which appears on the solution detail page.", "required": true }, "publisher": { "type": "string", "description": "The name of the partner org associated with this Lightning Bolt Solution.", "required": true }, "summary": { "type": "string", "description": "The summary description of the Lightning Bolt Solution.", "required": true } }, "sub_types": { "LightningBoltFeatures": { "description": { "type": "string", "description": "A description of the feature of the Lightning Bolt Solution." }, "order": { "type": "int", "description": "An integer specifying the position of this feature relative to others in the list. 1 is the first position, and 4 is the max position.", "required": true }, "title": { "type": "string", "description": "The title of the feature, which appears on the solution detail page.", "required": true } }, "LightningBoltImages": { "image": { "type": "string", "description": "The developer name of the ContentAsset type, which is used as a preview image for this Lightning Bolt Solution.", "required": true }, "order": { "type": "int", "description": "An integer specifying the position of this image relative to others in the list. 1 is the first position, and 3 is the max position.", "required": true } }, "LightningBoltItems": { "name": { "type": "string", "description": "The name of the item, which appears on the solution detail page.", "required": true }, "type": { "type": "string", "description": "The type of the item included in the Lightning Bolt Solution. Valid values are: CommunityTemplateDefinition CustomApplication FlowCategory", "required": true } } }, "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 \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\n\n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a LightningBolt component.", "code": "\n\n Sales\n \n bb\n 1\n aa\n \n \n prm1\n 1\n \n \n PolaConsole\n CustomApplication\n \n \n Banking_Service_Console\n CustomApplication\n \n \n Banking_Service_Portal\n CommunityTemplateDefinition\n \n \n Banking_Sales_Portal\n CommunityTemplateDefinition\n \n \n myorgdev__updatebenefits\n FlowCategory\n \n BoltTe\n aaaa\n This is a summary.\n\n" } ] }