- Home
 
          - JSON
 
          - Module
 
        
      
      
      
        - Abstract Type
 
        
        - Subtypes
 
        - SimpleModule, GeoJsonModule
 
      
      
        Properties
        
        
          | name | 
          data type | 
          description | 
        
        
        
        
          |   moduleName
 | 
            string
 | 
            
 | 
        
        
          |   typeId
 | 
            object
 | 
            
 | 
        
        
          |   dependencies
 | 
            Iterable
 | 
            
 | 
        
        
      
      Example
      This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
      
      {
  "moduleName" : "...",
  "typeId" : { },
  "dependencies" : { }
}