mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
67 lines
2.6 KiB
JSON
67 lines
2.6 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"wsdl_segment",
|
|
"field_reference"
|
|
],
|
|
"title": "AuraDefinitionInfo - Data API",
|
|
"description": "For internal use only.",
|
|
"wsdl_segment": "```xml\n<complexType name=\"AuraDefinitionInfo\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"AuraDefinitionBundleInfo\" nillable=\"true\" minOccurs=\"0\" type=\"ens:AuraDefinitionBundleInfo\"/>\n <element name=\"AuraDefinitionBundleInfoId\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"AuraDefinitionId\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"DefType\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\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=\"Format\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"LastModifiedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"NamespacePrefix\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Source\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n```",
|
|
"field_reference": {
|
|
"AuraDefinitionBundleInfoId": {
|
|
"field_label": "Lightning Definition Bundle ID",
|
|
"type": "string",
|
|
"length": "100"
|
|
},
|
|
"AuraDefinitionId": {
|
|
"field_label": "Lightning Definition ID",
|
|
"type": "string",
|
|
"length": "18"
|
|
},
|
|
"DefType": {
|
|
"field_label": "Definition Type",
|
|
"type": "picklist",
|
|
"length": "255"
|
|
},
|
|
"DeveloperName": {
|
|
"field_label": "Bundle Name",
|
|
"type": "string",
|
|
"length": "80"
|
|
},
|
|
"DurableId": {
|
|
"field_label": "Durable ID",
|
|
"type": "string",
|
|
"length": "255"
|
|
},
|
|
"Format": {
|
|
"field_label": "Format",
|
|
"type": "picklist",
|
|
"length": "255"
|
|
},
|
|
"Id": {
|
|
"field_label": "Lightning Definition ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"LastModifiedDate": {
|
|
"field_label": "Last Modified Date",
|
|
"type": "datetime"
|
|
},
|
|
"NamespacePrefix": {
|
|
"field_label": "Namespace Prefix",
|
|
"type": "string",
|
|
"length": "15"
|
|
},
|
|
"Source": {
|
|
"field_label": "Source",
|
|
"type": "textarea",
|
|
"length": "1000000"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |