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

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

There is a newer version: 1.0.8
Show newest version
{
  "title": "string value that can be support nottable, optional or a json schema",
  "oneOf": [
    {
      "type": "string"
    },
    {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "not": {
          "type": "boolean"
        },
        "optional": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        },
        "schema": {
          "$ref": "#/definitions/draft-07"
        },
        "parameterStyle": {
          "type": "string",
          "enum": [
            "SIMPLE",
            "SIMPLE_EXPLODED",
            "LABEL",
            "LABEL_EXPLODED",
            "MATRIX",
            "MATRIX_EXPLODED",
            "FORM_EXPLODED",
            "FORM",
            "SPACE_DELIMITED_EXPLODED",
            "SPACE_DELIMITED",
            "PIPE_DELIMITED_EXPLODED",
            "PIPE_DELIMITED",
            "DEEP_OBJECT"
          ],
          "default": ""
        }
      }
    }
  ],
  "definitions": {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy