The full name of the basic checklist is net.adamcin.oakpal.core/basic .
{
"name": "basic",
"checks": [
{
"name": "paths",
"impl": "net.adamcin.oakpal.core.checks.Paths",
"config": {
"denyAllDeletes": true
}
},
{
"name": "subpackages",
"impl": "net.adamcin.oakpal.core.checks.Subpackages",
"config": {
"denyAll": true
}
},
{
"name": "acHandling",
"impl": "net.adamcin.oakpal.core.checks.AcHandling",
"config": {
"levelSet": "only_add"
}
},
{
"name": "filterSets",
"impl": "net.adamcin.oakpal.core.checks.FilterSets"
},
{
"name": "overlaps",
"impl": "net.adamcin.oakpal.core.checks.Overlaps"
},
{
"name": "composite-store-alignment",
"impl": "net.adamcin.oakpal.core.checks.CompositeStoreAlignment"
},
{
"name": "sling-jcr-installer",
"impl": "net.adamcin.oakpal.core.checks.SlingJcrInstaller"
},
{
"name": "echo",
"impl": "net.adamcin.oakpal.core.checks.Echo",
"skip": true
},
{
"name": "jcrProperties",
"impl": "net.adamcin.oakpal.core.checks.JcrProperties",
"skip": true
},
{
"name": "expectPaths",
"impl": "net.adamcin.oakpal.core.checks.ExpectPaths",
"skip": true
},
{
"name": "expectAces",
"impl": "net.adamcin.oakpal.core.checks.ExpectAces",
"skip": true
}
]
}