Skip to content

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.

Clone this wiki locally