Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added JSON Conformity rules

...

The ODM version 2.0 XML Schema file can be used with a validating XML parser to test that an ODM file is syntactically valid. To ensure semantic correctness the use of an ODM-specific validation application is recommended.

JSON File Conformity

...

The syntactic constraints for ODM 2.0 JSON files are:

  1. The ODM file must be a well-formed JSON file. See the ECMA-404 standard for details.
  2. The ODM file must contain only attribute-value pairs defined in the ODM standard JSON schema or in a valid vendor extension schema, and must satisfy the rules about element nesting and the formats of values.
  3. The root object corresponds to the ODM element.
  4. The ODMVersion attribute of the root object must be set to "2.0".


Pagenav2