{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "WaveComponent - Metadata API",
"description": "Represents the WaveComponent object in the Analytics application. This type extends the MetadataWithContent metadata type and inherits its content and fullName fields.",
"file_information": ".wcomp",
"directory_location": "wave",
"fields_columns": [
"type",
"description"
],
"fields": {
"application": {
"type": "string",
"description": "The internal name of the application.",
"required": true
},
"description": {
"type": "string",
"description": "The component description that appears in the user interface."
},
"masterLabel": {
"type": "string",
"description": "The component name that appears in the user interface.",
"required": true
},
"templateAssetSourceName": {
"type": "string",
"description": "Links the component to the template used to create it. Null for assets not created from a template."
}
},
"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```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a WaveComponent component.",
"code": "\n\n \n dev__app\n Component1\n Component description\n"
}
]
}