blob: 86fb7c17296fd65c32338bef6050366f43d5d8ff [file] [log] [blame]
{
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"$comment": "This schema is used to whitelist access to the 'deprecate-misc-storage' sandbox feature.",
"properties": {
"sandbox": {
"type": "object",
"properties": {
"features": {
"type": "array",
"items": {
"not": {
"enum": ["deprecated-misc-storage"]
}
}
}
}
}
}
}