Hello,
Is there any official source for a WireMock stub mapping JSON schema? I would like to use this schema to enable IDE support for JSON mapping files, such as autocompletion and schema validation. Unfortunately, I haven't been able to find an official source for such a schema. I'm aware of the
OpenAPI spec, which includes similar schemas, but it is not in a format that can be used for this case.
Would it be possible to add the JSON schema to the GitHub repository or even integrate it into the official
JSON schema store? I believe this would be a significant help to many users who utilize WireMock JSON mapping files.
Thank you!