InlinemultipleLiteral1
                                InlinemultipleLiteral1                            
                            A literal which represents multiple values. All of these component values must be of the same data type.
JSON Example
                                    {
    "elementTypeId": "string",
    "items": [
        {}
    ]
}
            
            
                                    string
                
                
            
        
        
                elementTypeId            
                            Optional
                    The data type of the items in the list.
                Possible values are :
                                    STRING, 
                                    INTEGER, 
                                    DECIMAL, 
                                    MONEY, 
                                    MONEY_RANGE, 
                                    MONEY_TIME_RATE, 
                                    BOOLEAN, 
                                    ENTITY_REFERENCE, 
                                    DATE_TIME, 
                                    TIME_SPAN, 
                                    SECURE_STRING, 
                                    COMPLEX, 
                            
        
    
                            
                                    array of 
                
            
            
                                    
                        literal                     
                
                
            
        
        
                items            
                            Optional
                    The list of specified values. NOTE: All values must be of the same data type.
