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