- 
                Notifications
    You must be signed in to change notification settings 
- Fork 37
Generating the Mapping Dependencies Property
        highsource edited this page Dec 23, 2014 
        ·
        1 revision
      
    Jsonix mappings may declare their dependencies in the property dependencies (or deps) property.
Jsonix Schema Compiler automatically generates this property, for instance:
var OWS_V_1_1_0 = {
  name: 'OWS_V_1_1_0',
  dependencies: ['XLink_V_1_0'],
  // ...
};If the mapping does not have dependencies, no dependencies property will be generated.
- Usage
- Basic Concepts
- Generation
- Configuration
- Advanced Topics
- Sample Projects
- Troubleshooting
- Development