blob: 234afec40c1f8100190a2bdfa394a460b644a13a [file] [log] [blame]
{
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"$comment": "This schema is used to give allowlist access to the 'deprecated-shell' sandbox feature.",
"properties": {
"sandbox": {
"type": "object",
"properties": {
"features": {
"type": "array",
"items": {
"not": {
"enum": ["deprecated-shell"]
}
}
}
}
}
}
}