JSON Schema Utilities ExtensionThis extension will provide the following 3 menu
JSON Utils: Validate JSON SchemaThis option when selected will try to valide the JSON schema (Active in the text editor) against following json-schema definations
In case of an invalid schema, the errors will be logged into a file, JSON Utils: Generate Mock JSONThis option when selected will create a mock JSON from JSON schema (active in the text editor)
The mock json file, JSON Utils: Generate JSON SchemaThis option when selected will create JSON schema (active in the text editor)
The mock json file, JSON Utils: Validate JSON against JSON SchemaFor this action to work, the JSON schema file and JSON file should be open in the split text editor, and active. When this option is selected the JSON (right text editor) will be validated against the JSON schema (left text editor). If errors, an error file, |