Hello, Is there any official source for a WireMock...
# help
b
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!
t
The OpenAPI schema is the only one at the moment, but I agree spinning it out separately and publishing it would be a very good idea. Will add this to our OSS backlog.
🙏 1
b
@Benjamin Heimann Until then, if you are using a JetBrains IDE like IntelliJ, you can try out the WireMocha or JetBrains WireMock plugin. They both provide JSON schemas for stub mapping files.