{"id":27938784,"url":"https://github.com/json-schema-form/json-schema-form-core","last_synced_at":"2025-05-07T08:57:47.054Z","repository":{"id":57164392,"uuid":"53439668","full_name":"json-schema-form/json-schema-form-core","owner":"json-schema-form","description":"Core library","archived":false,"fork":false,"pushed_at":"2018-05-10T14:15:30.000Z","size":673,"stargazers_count":65,"open_issues_count":4,"forks_count":13,"subscribers_count":11,"default_branch":"development","last_synced_at":"2025-05-07T08:57:39.682Z","etag":null,"topics":["angular","angular-schema-form","json-schema","json-schema-form","json-ui-schema","react-schema-form","ui-schema"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/json-schema-form.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-08T19:36:44.000Z","updated_at":"2025-05-01T11:37:01.000Z","dependencies_parsed_at":"2022-09-12T01:00:35.406Z","dependency_job_id":null,"html_url":"https://github.com/json-schema-form/json-schema-form-core","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-form%2Fjson-schema-form-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-form%2Fjson-schema-form-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-form%2Fjson-schema-form-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-form%2Fjson-schema-form-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/json-schema-form","download_url":"https://codeload.github.com/json-schema-form/json-schema-form-core/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252847507,"owners_count":21813450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-schema-form","json-schema","json-schema-form","json-ui-schema","react-schema-form","ui-schema"],"created_at":"2025-05-07T08:57:46.262Z","updated_at":"2025-05-07T08:57:47.043Z","avatar_url":"https://github.com/json-schema-form.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Schema Form Core\n[![Gitter](https://img.shields.io/badge/GITTER-JOIN%20CHAT%20%E2%86%92-ff69b4.svg?style=flat-square)](https://gitter.im/json-schema-form/angular-schema-form?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Build Status](https://travis-ci.org/json-schema-form/json-schema-form-core.svg?branch=development)](https://travis-ci.org/json-schema-form/json-schema-form-core)\n\nCore library for working with JSON-Schema with a UI-Schema (Form) definition that doesn't depend on a framework.\n\nThis library, through the use of its merge module, combines the schema and ui-schema\ninto a canonical schema for use by its services and external libraries.\n\nYou **DO NOT** use this file in addition to Angular Schema Form, it is embedded at\nbuild into any frameworks using it.\n\n## Work-In-Progress!\nThere is [test output](docs/test.md) that forms some super basic documentation\nand I intend to expand them much further to the point of almost being\nuseful before I create a proper API and document that.\n\n## Keeping Track\nAfter changing to Webpack 2, this library now includes a detailed version\nheader which is passed through into `Angular Schema Form` and also the `Bootstrap` decorator bundle\n\n```javascript\n/*!\n * json-schema-form-core\n * @version 1.0.0-alpha.5\n * @date Sat, 14 Jan 2017 08:08:15 GMT\n * @link https://github.com/json-schema-form/json-schema-form-core\n * @license MIT\n * Copyright (c) 2014-2017 JSON Schema Form\n */\n```\n\n## Contributing / Plans\nThe main contributions we need to the core at the moment are related to both the migration\nof `Angular Schema Form` features to the core (like templates/builders) and the addition\nof an API for use by ASF (Angular) and RSF (React) libraries.\n\nPlease contact @Anthropic via our [Gitter](https://gitter.im/json-schema-form/angular-schema-form) if you wish to get involved.\n\n## Testing it\n\n### With Angular Schema Form\nThere is a branch in angular-schema-form called `feature/webpack-babel` that integrates the core.\nTo use it roughly follow these steps:\n\n* Clone angular-schema-form to a **sibling** directory and switch to branch `feature/webpack-babel`\n* `npm install` to install dependencies\n* `npm run build` to build with the core.\n* Use dist/angular-schema-form.js, now with the core from this folder. *No need to also load ObjectPath since it is already included*\n\n### With Mocha tests\nTests are written in mocha + chai and run trough `npm test`.\n\nWhen the command `npm run testdoc` is run instead, the tests will also generate a readable\n`markdown` file [test.md](docs/test.md) to document elements of the library.\n\n## Notes\n* ObjectPath is bundled with json-schema-form-core\n* angular-schema-form bundles json-schema-form-core so the user doesn't have to include it as an dependency.\n* 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson-schema-form%2Fjson-schema-form-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjson-schema-form%2Fjson-schema-form-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson-schema-form%2Fjson-schema-form-core/lists"}