All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mockserver.examples.mockserver.testJsonSchema.json Maven / Gradle / Ivy

There is a newer version: 5.15.0
Show newest version
{
  "type": "object",
  "properties": {
    "someField": {
      "type": "string"
    }
  },
  "required": ["someField"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy