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