All Projects → json-schema-org → Json Schema Org.github.io

json-schema-org / Json Schema Org.github.io

JSON Schema website

Projects that are alternatives of or similar to Json Schema Org.github.io

Go Jsonschema
A tool to generate Go data types from JSON Schema definitions.
Stars: ✭ 164 (-23%)
Mutual labels:  json-schema
Ajv Errors
Custom error messages in JSON-Schema for Ajv
Stars: ✭ 185 (-13.15%)
Mutual labels:  json-schema
React Json Editor
A dynamic form component for react using JSON-Schema.
Stars: ✭ 201 (-5.63%)
Mutual labels:  json-schema
Newtonsoft.json.schema
Json.NET Schema is a powerful, complete and easy to use JSON Schema framework for .NET
Stars: ✭ 167 (-21.6%)
Mutual labels:  json-schema
Schemars
Generate JSON Schema documents from Rust code
Stars: ✭ 181 (-15.02%)
Mutual labels:  json-schema
Json Schema Spec
The JSON Schema I-D sources
Stars: ✭ 2,441 (+1046.01%)
Mutual labels:  json-schema
Raml Server
run a mocked server JUST based on a RAML API's definition .. zero coding
Stars: ✭ 158 (-25.82%)
Mutual labels:  json-schema
Verify Json
verify-json
Stars: ✭ 208 (-2.35%)
Mutual labels:  json-schema
Json Guard
Validation of json-schema.org compliant schemas.
Stars: ✭ 184 (-13.62%)
Mutual labels:  json-schema
Json schemer
JSON Schema validator. Supports drafts 4, 6, and 7.
Stars: ✭ 199 (-6.57%)
Mutual labels:  json-schema
Json Schema To Openapi Schema
A little NodeJS package to convert JSON Schema to OpenAPI Schema Objects
Stars: ✭ 168 (-21.13%)
Mutual labels:  json-schema
Staticjson
Fast, direct and static typed parsing of JSON with C++
Stars: ✭ 177 (-16.9%)
Mutual labels:  json-schema
Json Schema Editor
JSON Schema Editor is an intuitive editor for JSON schema. It provides a tree view to present the structure of schema, and a property inspector to edit the properties of schema element. Develop with Vue.js 2 and Firebase.
Stars: ✭ 194 (-8.92%)
Mutual labels:  json-schema
Liform React
Generate forms from JSON Schema to use with React (& redux-form)
Stars: ✭ 167 (-21.6%)
Mutual labels:  json-schema
Api Development Tools
📚 A collection of useful resources for building RESTful HTTP+JSON APIs.
Stars: ✭ 2,519 (+1082.63%)
Mutual labels:  json-schema
Xdm
Experience Data Model
Stars: ✭ 160 (-24.88%)
Mutual labels:  json-schema
Ajv Keywords
Custom JSON-Schema keywords for Ajv validator
Stars: ✭ 186 (-12.68%)
Mutual labels:  json-schema
Vue Json Edit
Visual JSON editor built as an vue component. Provides a basic GUI
Stars: ✭ 207 (-2.82%)
Mutual labels:  json-schema
Validr
A simple, fast, extensible python library for data validation.
Stars: ✭ 205 (-3.76%)
Mutual labels:  json-schema
Jsonform
Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
Stars: ✭ 2,416 (+1034.27%)
Mutual labels:  json-schema

JSON Schema Website

This is the repository for the JSON Schema website.

For issues, discussion, and changes to the JSON Schema specification, please use the json-schema-spec repository.

Status

For the current status of issues and pull requests, please see the following badges

Issues

Available In Progress Review Needed

Critical High Medium Low

Labels are assigned based on Sensible Github Labels.

Compile and run locally

This site runs via github pages, with automatically building PR previews via netlify. If you wish to compile and run this site locally, you will need to have ruby installed.

If you're not familiar with ruby, consider using rvm (https://rvm.io/). Once you have Ruby installed, follow these instructions while in the project directory

Instructions

1. Install the jekyll and bundler gems.

`gem install jekyll bundler`

2. Create a new Jekyll site at ./myblog.

...

3. Build the site and make it available on a local server.

`bundle exec jekyll serve`

4. Browse to http://localhost:4000

Adapted from https://jekyllrb.com/docs/

License

The source material in this repository is licensed under the AFL or BSD license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].