Socket
Socket
Sign inDemoInstall

@cleo/ngx-json-schema-form-validation

Package Overview
Dependencies
1
Maintainers
7
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cleo/ngx-json-schema-form-validation

This project validates [JSON Schema 7](http://json-schema.org) generated from the front end form builder. This code needs to work in tandem with the front end [JSON Schema Form](https://www.npmjs.com/package/@cleo/ngx-json-schema-form) package.


Version published
Maintainers
7
Created

Readme

Source

JSON Schema Form

This project validates JSON Schema 7 generated from the front end form builder. This code needs to work in tandem with the front end JSON Schema Form package.

Getting Started

Install the library in your project

npm install @cleo/ngx-json-schema-form-validation

Once the package has been installed, you can use the RequiredSchemaValueValidationService, SecuredSchemaValueValidationService, or SchemaValidationService to validate from the back end that the schema is formatted as you would expect.

Note: be sure to only pass in a valid JSON schema object. If you don't already have your own schemas, you can use a preconfigured schema projects/jsf-launcher/src/app/schema.json to test with.

FAQs

Last updated on 08 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc