ajv-vscode

0.1.0 • Public • Published

ajv-vscode

This ajv plugin adds the keywords introduced by Visual Studio Code for JSON editing, so they can be used in schemas.

Usage

const Ajv = require('ajv')
const vscodePlugin = require('ajv-vscode')

const ajv = new Ajv()
vscodePlugin(ajv)

Keywords added

  • defaultSnippets
  • markdownDescription

/ajv-vscode/

    Package Sidebar

    Install

    npm i ajv-vscode

    Weekly Downloads

    243

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    4.26 kB

    Total Files

    6

    Last publish

    Collaborators

    • tamaracha