Skip to content

Commit

Permalink
feat: Update documentation: Links to similar technologies (json-schem…
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Obele committed Feb 29, 2024
1 parent d6f0fe3 commit 4573775
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
2 changes: 1 addition & 1 deletion components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const DocsNav = () => {
>
<DocLink uri='/overview/what-is-jsonschema' label='What is JSON Schema?' />
<DocLink uri='/overview/sponsors' label='Sponsors' />
<DocLink uri='/overview/similar-technologies' label='Similar Technologies Overview' />
<DocLink uri='/overview/similar-technologies' label='Similar Technologies' />
<DocLink uri='/overview/code-of-conduct' label='Code of Conduct' />
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
section: docs
title: Similar Technologies
---

# Similar Technologies Overview
While we think that JSON Schema has a unique value proposition, we'd like to provide visibility to other technologies that share similar goals:

[**JSON Schema**](https://json-schema.org/) is not the only game in town when it comes to data validation and description. Here are some other technologies that share similar goals:

## Similar Technologies

* **JSON Constraint Rules (JCR):** JCR aims to provide a more expressive way to define constraints on JSON data compared to JSON Schema. While still under development, you can learn more about it on GitHub: [http://codalogic.github.io/jcr/](http://codalogic.github.io/jcr/).

Expand Down
32 changes: 0 additions & 32 deletions pages/overview/similar-technologies/index.page.tsx

This file was deleted.

0 comments on commit 4573775

Please sign in to comment.