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

software.xdev.mockserver.schema.keyToValue.json Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
{
  "oneOf": [
    {
      "type": "array",
      "additionalProperties": false,
      "items": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
          "name": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        }
      }
    },
    {
      "type": "object",
      "additionalProperties": false,
      "patternProperties": {
        "^\\S+$": {
          "$ref": "#/definitions/stringOrJsonSchema"
        }
      }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy