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

https://github.com/pablolion/vscode-json-schema


https://github.com/pablolion/vscode-json-schema

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# vscode-json-schema

Type JSON Schema with VSCode standard TypeScript interface

## Usage

- This package exports (TypeScript)

```
type JSONSchemaType
interface IJSONSchema
interface IJSONSchemaMap
interface IJSONSchemaSnippet
```

To see the full schema, check [jsonSchema.ts](./vscode-common-base/jsonSchema.ts)