Ensures that a Component's tag
does not use any of the given prefixes.
An array of "string"
s which no Component tag
will be allowed to use as a prefix.
{ "ban-prefix": [true, "stencil"] }
{ "ban-prefix": [true, "stencil", "st", "stnl"] }
{
"type": "array",
"items": {
"type": "string"
},
"minLength": 1
}