summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/graphql/namespace/package_settings.json
blob: c1286ee0944b144efb427b826308c20c1f878208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": ["mavenDuplicatesAllowed", "mavenDuplicateExceptionRegex"],
  "properties": {
    "mavenDuplicatesAllowed": {
      "type": "boolean"
    },
    "mavenDuplicateExceptionRegex": {
      "type": "string"
    }
  }
}