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

org.revapi.reporter.file.default-schema.json Maven / Gradle / Ivy

Go to download

Base class for file-based reporters defining some common behavior so that it doesn't have to be reimplemented all the time.

There is a newer version: 0.5.0
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "minSeverity": {
      "enum": [
        "EQUIVALENT",
        "NON_BREAKING",
        "POTENTIALLY_BREAKING",
        "BREAKING"
      ]
    },
    "minCriticality": {
      "type": "string"
    },
    "output": {
      "type": "string",
      "default": "out"
    },
    "append": {
      "description": "Whether to append to the output or whether to overwrite it.",
      "type": "boolean",
      "default": false
    },
    "keepEmptyFile": {
      "description": "Whether to keep the report file when it contains no data.",
      "type": "boolean",
      "default": "true"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy