particle-os-cli/test-files/schema/modules/gschema-overrides-v1.json
2025-01-31 22:29:31 -05:00

28 lines
No EOL
880 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "/modules/gschema-overrides.json",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "gschema-overrides",
"description": "The gschema-overrides module can be used for including system-setting overrides for GTK-based desktop environments.\nhttps://blue-build.org/reference/modules/gschema-overrides/"
},
"no-cache": {
"type": "boolean",
"default": false,
"description": "Whether to disabling caching for this layer.\nhttps://blue-build.org/reference/module/#no-cache-optional"
},
"include": {
"type": "array",
"items": {
"type": "string"
},
"description": "Gschema override files to test and copy to the correct place."
}
},
"required": [
"type"
],
"additionalProperties": false
}