All Projects → json-schema-form → Json Schema Form Core

json-schema-form / Json Schema Form Core

Licence: mit
Core library

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Json Schema Form Core

Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (+1262.3%)
Mutual labels:  json-schema
Brutusin Rpc
Self-describing JSON-RPC web services over HTTP, with automatic API description based on JSON-Schema
Stars: ✭ 36 (-40.98%)
Mutual labels:  json-schema
Univalue
High performance RAII C++ JSON library and universal value object class
Stars: ✭ 46 (-24.59%)
Mutual labels:  json-schema
Movement
Movement is an easier, simpler way to explore and use NIEM. Want to join the Movement and contribute to it? Start here.
Stars: ✭ 19 (-68.85%)
Mutual labels:  json-schema
Ansible Schema Generator
Generate JSON schema for language servers from Ansible module documentation
Stars: ✭ 30 (-50.82%)
Mutual labels:  json-schema
Schema
JSON Schema for GeoJSON
Stars: ✭ 39 (-36.07%)
Mutual labels:  json-schema
Conf
Simple config handling for your app or module
Stars: ✭ 707 (+1059.02%)
Mutual labels:  json-schema
Autocomplete Json
Atom autocomplete for JSON files
Stars: ✭ 60 (-1.64%)
Mutual labels:  json-schema
Jschema
JSON Schema implementation
Stars: ✭ 30 (-50.82%)
Mutual labels:  json-schema
Oakdex Pokedex
Ruby Gem and Node Package for comprehensive Generation 1-7 Pokedex data, including 809 Pokémon, uses JSON schemas to verify the data
Stars: ✭ 44 (-27.87%)
Mutual labels:  json-schema
Jsonschema2graphql
Convert JSON schema to GraphQL types
Stars: ✭ 24 (-60.66%)
Mutual labels:  json-schema
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+64798.36%)
Mutual labels:  json-schema
Ncform
🍻 ncform, a very nice configuration generation way to develop forms ( vue, json-schema, form, generator )
Stars: ✭ 1,009 (+1554.1%)
Mutual labels:  json-schema
Electron Crash Report Service
Aggregate crash reports for Electron apps
Stars: ✭ 17 (-72.13%)
Mutual labels:  json-schema
Rest Layer
REST Layer, Go (golang) REST API framework
Stars: ✭ 1,068 (+1650.82%)
Mutual labels:  json-schema
Quicktype
Generate types and converters from JSON, Schema, and GraphQL
Stars: ✭ 7,459 (+12127.87%)
Mutual labels:  json-schema
Analysispreservation.cern.ch
Source code for the CERN Analysis Preservation portal
Stars: ✭ 37 (-39.34%)
Mutual labels:  json-schema
Laravel Json Schema Assertions
JSON Schema assertions for the Laravel framework
Stars: ✭ 61 (+0%)
Mutual labels:  json-schema
Jsonschema Key Compression
Compress json-data based on its json-schema while still having valid json
Stars: ✭ 59 (-3.28%)
Mutual labels:  json-schema
Uvicorn Gunicorn Fastapi Docker
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 1,014 (+1562.3%)
Mutual labels:  json-schema

JSON Schema Form Core

Gitter Build Status

Core library for working with JSON-Schema with a UI-Schema (Form) definition that doesn't depend on a framework.

This library, through the use of its merge module, combines the schema and ui-schema into a canonical schema for use by its services and external libraries.

You DO NOT use this file in addition to Angular Schema Form, it is embedded at build into any frameworks using it.

Work-In-Progress!

There is test output that forms some super basic documentation and I intend to expand them much further to the point of almost being useful before I create a proper API and document that.

Keeping Track

After changing to Webpack 2, this library now includes a detailed version header which is passed through into Angular Schema Form and also the Bootstrap decorator bundle

/*!
 * json-schema-form-core
 * @version 1.0.0-alpha.5
 * @date Sat, 14 Jan 2017 08:08:15 GMT
 * @link https://github.com/json-schema-form/json-schema-form-core
 * @license MIT
 * Copyright (c) 2014-2017 JSON Schema Form
 */

Contributing / Plans

The main contributions we need to the core at the moment are related to both the migration of Angular Schema Form features to the core (like templates/builders) and the addition of an API for use by ASF (Angular) and RSF (React) libraries.

Please contact @Anthropic via our Gitter if you wish to get involved.

Testing it

With Angular Schema Form

There is a branch in angular-schema-form called feature/webpack-babel that integrates the core. To use it roughly follow these steps:

  • Clone angular-schema-form to a sibling directory and switch to branch feature/webpack-babel
  • npm install to install dependencies
  • npm run build to build with the core.
  • Use dist/angular-schema-form.js, now with the core from this folder. No need to also load ObjectPath since it is already included

With Mocha tests

Tests are written in mocha + chai and run trough npm test.

When the command npm run testdoc is run instead, the tests will also generate a readable markdown file test.md to document elements of the library.

Notes

  • ObjectPath is bundled with json-schema-form-core
  • angular-schema-form bundles json-schema-form-core so the user doesn't have to include it as an dependency.
  • The code for not using ObjectPath on Angular 1.2 is removed. Could maybe be fixed but I (davidlgj) strongly believe its time to drop Angular 1.2 support since it complicates validation code as well.
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].