blob: 38bfed6fcaa5d10b569aec3d741f3aae6eca38c5 [file] [log] [blame]
{
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"$comment": "This schema is used to give allowlist access to the 'fuchsia.boot.RootResource' service.",
"properties": {
"sandbox": {
"type": "object",
"properties": {
"services": {
"type": "array",
"items": {
"not": {
"enum": ["fuchsia.boot.RootResource"]
}
}
}
}
}
}
}