Skip to content

Commit

Permalink
Explain difference with SchemaStore (#11)
Browse files Browse the repository at this point in the history
Fixes: #10
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti authored Mar 3, 2025
1 parent ea2e1f3 commit 39c8129
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ schemas.

[**Visit Sourcemeta Schemas**](https://schemas.sourcemeta.com)

How is this different from SchemaStore?
---------------------------------------

- **We only ingest official schemas from upstream sources**. While SchemaStore
let's community members contribute their own unofficial schemas, those are
often not of high quality and tend to deviate over time

- **We cover more than just file formats**. While SchemaStore focuses on
singular schemas for common file formats, we also cover ontologies and other
kinds of more advanced schema collections

- **We guarantee high JSON Schema compliance**. Compared to SchemaStore, this
project is maintained by a member of the JSON Schema Technical Steering
Committee, and we pay a lot of attention to spec-compliance in terms of the
schemas we ingest and the API layer we provide around them

- **You can self-host your own schema registry! (coming soon)** You can use the
same micro-service we use to power this site to create your own internal
schema registries, with the schemas of your choosing

Adding Schemas
--------------

Expand Down

0 comments on commit 39c8129

Please sign in to comment.