debian-mirror-gitlab/spec/fixtures/api/schemas/graphql/namespace/package_settings.json
2021-03-08 18:12:59 +05:30

12 lines
250 B
JSON

{
"type": "object",
"required": ["mavenDuplicatesAllowed", "mavenDuplicateExceptionRegex"],
"properties": {
"mavenDuplicatesAllowed": {
"type": "boolean"
},
"mavenDuplicateExceptionRegex": {
"type": "string"
}
}
}