debian-mirror-gitlab/spec/fixtures/api/schemas/graphql/namespace/package_settings.json

13 lines
250 B
JSON
Raw Normal View History

2021-03-08 18:12:59 +05:30
{
"type": "object",
"required": ["mavenDuplicatesAllowed", "mavenDuplicateExceptionRegex"],
"properties": {
"mavenDuplicatesAllowed": {
"type": "boolean"
},
"mavenDuplicateExceptionRegex": {
"type": "string"
}
}
}