All Projects → beerjson → Beerjson

beerjson / Beerjson

Licence: mit
Development repository for the BeerJSON format standard

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Beerjson

Schemasafe
A reasonably safe JSON Schema validator with draft-04/06/07/2019-09 support.
Stars: ✭ 67 (-38.53%)
Mutual labels:  json-schema
Schematic
type-safe JSON spec and validation tool
Stars: ✭ 81 (-25.69%)
Mutual labels:  json-schema
React Jsonschema Form Material Ui
📜 React - Material UI components for building Web forms from JSON Schema.
Stars: ✭ 95 (-12.84%)
Mutual labels:  json-schema
Play Json Schema Validator
JSON Schema Validation with Play JSON
Stars: ✭ 68 (-37.61%)
Mutual labels:  json-schema
Ratify
A Hapi plugin for validating the schema of path, query, request body, and response body params using JSON-schema
Stars: ✭ 73 (-33.03%)
Mutual labels:  json-schema
Python Lambdarest
Flask like web framework for AWS Lambda
Stars: ✭ 84 (-22.94%)
Mutual labels:  json-schema
Laravel Json Schema Assertions
JSON Schema assertions for the Laravel framework
Stars: ✭ 61 (-44.04%)
Mutual labels:  json-schema
Json Node Normalizer
'json-node-normalizer' - NodeJS module that normalize json data types from json schema specifications.
Stars: ✭ 105 (-3.67%)
Mutual labels:  json-schema
Docless
A scala DSL to generate JSON schema and swagger documentation for your web services.
Stars: ✭ 78 (-28.44%)
Mutual labels:  json-schema
Jesse
jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang.
Stars: ✭ 92 (-15.6%)
Mutual labels:  json-schema
Avocado
Strongly-typed MongoDB driver for Rust
Stars: ✭ 70 (-35.78%)
Mutual labels:  json-schema
Json Schema Traverse
Traverse JSON Schema passing each schema object to callback
Stars: ✭ 71 (-34.86%)
Mutual labels:  json-schema
Understanding Json Schema
A website aiming to provide more accessible documentation for JSON schema.
Stars: ✭ 1,268 (+1063.3%)
Mutual labels:  json-schema
Scala Jsonschema
Scala JSON Schema
Stars: ✭ 68 (-37.61%)
Mutual labels:  json-schema
Ajv I18n
Internationalised error messages for Ajv JSON-Schema validator
Stars: ✭ 98 (-10.09%)
Mutual labels:  json-schema
Json Schema Form Core
Core library
Stars: ✭ 61 (-44.04%)
Mutual labels:  json-schema
Ajv
The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
Stars: ✭ 10,340 (+9386.24%)
Mutual labels:  json-schema
React Jsonschema Form
A React component for building Web forms from JSON Schema.
Stars: ✭ 10,870 (+9872.48%)
Mutual labels:  json-schema
Laravel Json Schema
Create all your migrations and models from one JSON schema file.
Stars: ✭ 101 (-7.34%)
Mutual labels:  json-schema
Graphql To Json Schema
GraphQL Schema to JSON Schema
Stars: ✭ 87 (-20.18%)
Mutual labels:  json-schema

Build Status Join the chat at https://gitter.im/beerjson/beerjson

Welcome to the BeerJSON repository

This is a repository for development of BeerJSON interchange format specification. It is based on yet unfinished BeerXML 2 standard (PDF).

Documentation

Current documentation is published at https://beerjson.github.io/beerjson/

Overview of significant changes from BeerXML 1.0

  • Addition timing object supports any ingredient being added to any process step on a basis of time, temperature, or gravity.

  • Ingredient addition property of time is now duration to improve clarity, and decrease confusion with new timing object properties.

  • All process steps include temperature, pH, and gravity.

  • Grain absorption rate is a property of the mash tun.

  • Sparge, and wort run offs are treated as mash steps.

  • Explicit boil steps to support production of more complex boil procedures such as raw ales, and common whirlpooling processes.

  • Yeast schema becomes culture schema, for clearer support for non*yeast cultures.

  • Extensive ingredient properties, such as hop oil content, culture floculation, pof, glucoamylase production, and full support for maltster spec sheet properties.

  • Explicit integrated support for common sour wort, and sour beer production. Souring steps can be included in mash, boil, or fermentation.

  • Explicit support for different chilling methods, forced vs passive, in line vs batch chilling.

  • Explicit support for all efficiency types, conversion, lauter, mash, and brewhouse.

  • Explicit support for fermenting under pressure.

Structure of the repository

  • Current development is done in the Master branch.
  • Each published version has its own branch or tag
  • Changes are proposed by creating a pull request that should be reviewed by members of working group.
  • Issues, questions and suggestions should be posted to Issues

CI and tests

For safe manipulations with json schemas, we have set of tests in the tests folder. We check that json is valid for serializations and json is valid according to the beerjson schema. To run tests do following steps after repo fork or clone

yarn
yarn test

or

npm i
npm test -- -u
npm run gen-docs
npm run precommit

Version

The schema is currently at version BeerJSON 0.90-draft (currently in progress). Official releases will be branched according to Semantic Versioning, starting with release 1.0.0 once completed.

State

This spec is unfinished yet, JSON schema is being converted from BeerXML 2.0 XSD files.

How to contribute

  • If you have an issue or question related to the schema - submit an issue
  • To propose a schema change submit a pull request. Learn more about pull requests. Note that one of the benefits of using json schemas is a possibility to use tests and CI. Please ensure that tests are green before submitting a pull request. And all new entities in the json schema are covered.
  • To chat with others, join our Gitter chat: Join the chat at https://gitter.im/beerjson/beerjson
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].