https://github.com/eljefedelrodeodeljefe/inline-jsonschema-validator
Display and do validation on JSON Schemas in the browser or as library on your site."
https://github.com/eljefedelrodeodeljefe/inline-jsonschema-validator
json json-schema
Last synced: about 2 months ago
JSON representation
Display and do validation on JSON Schemas in the browser or as library on your site."
- Host: GitHub
- URL: https://github.com/eljefedelrodeodeljefe/inline-jsonschema-validator
- Owner: eljefedelrodeodeljefe
- License: mit
- Created: 2018-07-20T12:28:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T20:07:38.000Z (almost 8 years ago)
- Last Synced: 2026-04-27T20:29:53.832Z (2 months ago)
- Topics: json, json-schema
- Language: Vue
- Homepage: https://inline-jsonschema-validator.com/
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# inline-jsonschema-validator
> Display and do validation on JSON Schemas in the browser or as library on your site.
This library uses [Ajv](https://github.com/epoberezkin/ajv) for convient validation of JSON Schemas. You can for example embed it into your your own documentation or website to have your schemas more accessible to consumers.
## Getting Started
```bash
npm install inline-jsonschema-validator
```
### Via NPM
```js
import ijv from 'inline-jsonschema-validator'
export default {
components: {
ijv
}
}
@import "inline-jsonschema-validator/dist/inlineJSONSchemaValidator.css";
```
### Via Script Tag