mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
51 lines
2.3 KiB
JSON
51 lines
2.3 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"wsdl_segment",
|
|
"field_reference"
|
|
],
|
|
"title": "AuraDefinitionBundleInfo - Data API",
|
|
"description": "For internal use only.",
|
|
"wsdl_segment": "```xml\n<complexType name=\"AuraDefinitionBundleInfo\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"ApiVersion\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"AuraDefinitionBundleId\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Bundle\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"DeveloperName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"DurableId\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"NamespacePrefix\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n<simpleType name=\"QueryLocator\">\n <restriction base=\"xsd:string\"/>\n</simpleType>\n<complexType name=\"QueryResult\">\n <sequence>\n <element name=\"done\" type=\"xsd:boolean\"/>\n <element name=\"queryLocator\" type=\"tns:QueryLocator\" nillable=\"true\"/>\n <element name=\"records\" type=\"ens:sObject\" nillable=\"true\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n <element name=\"size\" type=\"xsd:int\"/>\n </sequence>\n</complexType>\n```",
|
|
"field_reference": {
|
|
"ApiVersion": {
|
|
"field_label": "Api Version",
|
|
"type": "double",
|
|
"precision": "18",
|
|
"scale": "1"
|
|
},
|
|
"AuraDefinitionBundleId": {
|
|
"field_label": "Lightning Definition Bundle ID",
|
|
"type": "string",
|
|
"length": "18"
|
|
},
|
|
"DeveloperName": {
|
|
"field_label": "Bundle Name",
|
|
"type": "string",
|
|
"length": "80"
|
|
},
|
|
"DurableId": {
|
|
"field_label": "Durable ID",
|
|
"type": "string",
|
|
"length": "255"
|
|
},
|
|
"Id": {
|
|
"field_label": "Lightning Definition Bundle ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"NamespacePrefix": {
|
|
"field_label": "Namespace Prefix",
|
|
"type": "string",
|
|
"length": "15"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"precision",
|
|
"scale",
|
|
"length"
|
|
]
|
|
} |