https://github.com/pablolion/vscode-json-schema
https://github.com/pablolion/vscode-json-schema
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pablolion/vscode-json-schema
- Owner: PabloLION
- Created: 2021-09-14T07:57:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T08:50:29.000Z (over 4 years ago)
- Last Synced: 2024-04-26T11:22:20.456Z (about 2 years ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)