Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json-schema-typed

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-schema-typed

JSONSchema TypeScript definitions.

  • 7.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
298K
decreased by-62.78%
Maintainers
1
Weekly downloads
 
Created
Source

json-schema-typed

JSONSchema TypeScript definitions.

tslint: Slick code style: Prettier npm semantic-release License

Install

$ npm install json-schema-typed

Usage

TypeScript:

import { JSONSchema } from 'json-schema-typed'

const schema: JSONSchema = {
  // ...
}

API

Additional exports:

NameTypePurpose
JSONSchemaFormatEnumJSON Schema string formats.
JSONSchemaTypeEnumStandard values for the "type" field.
JSONSchemaContentEncodingEnumJSON Schema content encoding strategies.
JSONSchemaKeysstring[]All the standard property keys available in a JSON schema.

Versioning

+----- Major version is synchronized with the major version of JSON Schema.
| +--- Minor version has BREAKING CHANGE and/or new features.
| | +- Patch version.
| | |
x.x.x

News and Updates

Follow @typeslick on Twitter for the latest updates and new project announcements.

Sponsors

Maintainers

License

BSD-2-Clause

Keywords

FAQs

Package last updated on 20 Feb 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc