JSON Importer
Using a JSON document to define a schema is termed as importing the JSON document. A
schema defined through this process is referred to as a native JSON schema. Two types of
JSON documents can be utilized for defining a native JSON schema:
- An imported JSON document can include example data, which is employed to establish the schema. Schemas resulting from these documents are termed JSON template schemas.
- Alternatively, the imported JSON document can adhere to the JSON Schema format. In such instances, the resultant schema embodies the specifications outlined in the JSON Schema document. These schemas are referred to as JSON Schema schemas.