Lightning Model Types Config Input

Input for lightning model types configuration.
JSON example
{
  "descriptor": "apexClassType/c__Hotel",
  "schemaConfig": {
    "subSchemaDefinitions": true
  }
},
{
  "descriptor": "apexClassType/c__FlightBookingAgent$Flight",
  "schemaConfig": {
    "subSchemaDefinitions": true
  }
}
Properties
Name Type Description Required or Optional Available Version
descriptor String Descriptor of type.

In the descriptor examples, apexClassType is the data type and c__Hotel is the name of the Apex class where c indicates the default namespace for all custom types: apexClassType/c__Hotel. Similarly, apexClassType/c__Flight​BookingAgent$Flight is the descriptor when FlightBookingAgent is the parent class with a nested Flight Apex class.

Required 64.0
editorConfig Lightning Model Editor Config Input Editor configuration of the type. Optional 64.0
rendererConfig Lightning Model Renderer Config Input Renderer configuration of the type. Optional 64.0
schemaConfig Lightning Model Schema Config Input Schema configuration of the type. Optional 64.0