Skip to content

cloudize/json-schema

 
 

Repository files navigation

Cloudize JSON Schema Validation Library

Codacy Badge Codacy Badge

JSON Schema Validation Library for the Cloudize Platform and SDKs.


This package includes a set of capabilities that provide the ability to validate that a JSON object validates against a JSON Schema Definition.

List of features

  • Provides a validator class that can validate an object against a nested schema definition

  • Provides core schema definitions of common element types, including:

    • ISO8601 Date Times
    • Email Addresses
    • Geo Location Points
    • IP Addresses
    • MongoDB ObjectIDs
    • URLs
    • UUIDs

Download & Installation

$ npm i @cloudize/json-schema

Authors or Acknowledgments

  • Cloudize Limited

License

This project is licensed under the MIT License

About

API Games JSON Schema Validation Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%