You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature request
Provide complete expectations JSON schema to be used by IDEs for intellisense and validation.
What you are trying to do
We would like to use intellisense and validation in our mock-server expectations in JSON.
The solution you'd like
If the schemas provided in this repo were published to https://www.schemastore.org/json/, we can set VS Code to map our json files to the schema and get intellisense and validation.
Describe alternatives you've considered
Pointing to the schema files in github directly, however VS Code cannot resolve /definitions/expectation.
The text was updated successfully, but these errors were encountered:
Currently I am trying to figure out, from examples, how exactly to create a slightly more complex expectation JSON. As long as we only have examples, it is very difficult and time-consuming to try to debug your expectations, using time that should be spent testing and debugging the actual code instead.
Only recently realized the expectation JSON file has the same schema as the OpenAPI definition, but couldn't find a way to refer to schemas defined inside the OpenAPI definition.
I am going to have to copy-paste parts of the definition manually to create a valid schema for my VSCode.
Describe the feature request
Provide complete expectations JSON schema to be used by IDEs for intellisense and validation.
What you are trying to do
We would like to use intellisense and validation in our mock-server expectations in JSON.
The solution you'd like
If the schemas provided in this repo were published to https://www.schemastore.org/json/, we can set VS Code to map our json files to the schema and get intellisense and validation.
Describe alternatives you've considered
Pointing to the schema files in github directly, however VS Code cannot resolve
/definitions/expectation
.The text was updated successfully, but these errors were encountered: