org.mockserver.examples.mockserver.testJsonSchema.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockserver-examples Show documentation
Show all versions of mockserver-examples Show documentation
An example project demonstration tests using the mock server and proxy
{
"type": "object",
"properties": {
"someField": {
"type": "string"
}
},
"required": ["someField"]
}