Importing JSON documents

A JSON document can be used to define a schema. This process is known as importing a JSON document. Schemas defined in this way are called native JSON schemas.

Two types of JSON documents can be imported to define native JSON schemas:
  • The JSON document can contain example data which is used to define the schema. Schemas which are produced from such documents are called JSON template schemas.
  • The imported JSON document can be a document which conforms to the JSON Schema format. In this case, the Link schema which is produced represents the specifications which are described by the JSON Schema document. Such schemas are called JSON Schema schemas.

A JSON document is imported in the Link UI by clicking on Schemas and selecting XSD/JSON. This opens the XSD and JSON document import menu.