> For the complete documentation index, see [llms.txt](https://learn.coremodels.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.coremodels.io/user-guides/json-ld.md).

# JSON-LD

CoreModels supports importing schemas using JSON-LD, which offers a convenient way to enrich JSON files with required schemas, including those found in schema.org. To learn more about JSON-LD, refer to this [useful link](https://json-ld.org/), currently both [graph based JSON-LD](https://json-ld.org/spec/FCGS/json-ld/20130328#named-graphs) and non-graph based JSON-LD are supported.

You can upload your schema using this importer. Simply attach your file, or provide a URL for your schema, or connect your github account and fetch schemas from accessible repositories. Accepted file formats include .json or .jsonld.

There are two different import types, and we will explain each one of them.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="https://learn.coremodels.io/user-guides/plugins/json-ld-importer/dynamic">Dynamic</a></td><td>Import the JSON-LD properties using the import/export profile as seen in the step by step guide.</td></tr><tr><td><a href="https://learn.coremodels.io/user-guides/json-ld/merge-json-ld">Merge</a></td><td>Import the JSON-LD properties based on how you configure them and detects any new changes. First, it will open the import/export profile then proceeds to the Merge Grid to display and prompt for the changes. </td></tr></tbody></table>
