An open API service indexing awesome lists of open source software.

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."

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