Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/json-schema-faker/json-schema-faker
JSON-Schema + fake data generators
https://github.com/json-schema-faker/json-schema-faker
Last synced: 4 days ago
JSON representation
JSON-Schema + fake data generators
- Host: GitHub
- URL: https://github.com/json-schema-faker/json-schema-faker
- Owner: json-schema-faker
- License: mit
- Created: 2014-10-07T22:23:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T15:23:57.000Z (about 2 months ago)
- Last Synced: 2024-10-29T10:41:01.229Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://json-schema-faker.js.org/
- Size: 25.3 MB
- Stars: 3,287
- Watchers: 45
- Forks: 334
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - json-schema-faker - JSON-Schema + fake data generators (JavaScript)
- awesome-faker - json-schema-faker - JSON-Schema + fake data generators. (Projects using `@faker-js/faker`)
- awesome-github-repos - json-schema-faker/json-schema-faker - JSON-Schema + fake data generators (JavaScript)
- awesome-repositories - json-schema-faker/json-schema-faker - Schema + fake data generators (Misc)
- awesome-list - json-schema-faker - Schema + fake data generators | json-schema-faker | 2590 | (JavaScript)
README
[![JSON Schema Faker logo](logo/JSF_logo.png)](https://github.com/json-schema-faker/json-schema-faker)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8MXLRJ7QQXGYY)
[![OpenCollective](https://badgen.net/opencollective/backers/json-schema-faker)](https://opencollective.com/json-schema-faker)
[![Build status](https://github.com/json-schema-faker/json-schema-faker/actions/workflows/testing.yml/badge.svg)](https://github.com/json-schema-faker/json-schema-faker/actions)
[![NPM version](https://badge.fury.io/js/json-schema-faker.svg)](http://badge.fury.io/js/json-schema-faker)
[![Coverage Status](https://codecov.io/github/json-schema-faker/json-schema-faker/coverage.svg?branch=master)](https://codecov.io/github/json-schema-faker/json-schema-faker?branch=master)[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/json-schema-faker/Lobby)
[![Inline docs](https://inch-ci.org/github/json-schema-faker/json-schema-faker.svg?branch=master)](https://inch-ci.org/github/json-schema-faker/json-schema-faker)
[![Typedoc](https://img.shields.io/badge/typedoc-provided-blue.svg)](http://json-schema-faker.github.io/json-schema-faker/)
[![Known Vulnerabilities](https://snyk.io/test/github/json-schema-faker/json-schema-faker/badge.svg)](https://snyk.io/test/github/json-schema-faker/json-schema-faker)> Use [JSON Schema](http://json-schema.org/draft-04/json-schema-core.html) along with fake generators to provide consistent and meaningful fake data for your system.
## What's next?
Breaking-changes towards `v0.5.x` API:
- **deprecated** — You will not longer be able to call `jsf()` and get a fully-dereferenced result. It will just generate given refs and inline ones, nothing else.
- `jsf.generate()` is the sync-version, with partial dereferencing through given refs, etc.
- `jsf.resolve()` is the async-version, with full dereferencing, given refs are also supported.
- **deprecated** — TypeScript sources are not longer used, however `d.ts` definitions will be updated on time.> Usage info from README.md was moved to `docs/`, [read more](docs/).
## Contributors
— **Artwork by [Ajay Karat](http://www.devilsgarage.com/)**
> We are more than happy to welcome new contributors, our project is still being developed, but we need more feedback!
>
> Please see our [contribution guide](.github/CONTRIBUTING.md) to learn how.### We are looking for your help!
We have a [gitter room](https://gitter.im/json-schema-faker) for this project, if you want to contribute, talk about specific issues from the library, or you need help on json-schema topics just reach out to us!
Please take a look at [the technical documentation page](docs/).
> If you think `json-schema-faker` is adding value on what you're doing please consider [buying me a coffee](http://ko-fi.com/pateketrueke).
>
> Also, you can support the project via [Open Collective](https://opencollective.com/json-schema-faker/donate).