4a07bd4ae3
- These have **not** been fixed for validation, so the schema's themselves will fail to load. This is a consequence of variations in JSON-Schema representations through various drafts. Fixing the schemata is fairly straightforward. This gives us 19 new tests, all of which fail.
8 lines
178 B
YAML
8 lines
178 B
YAML
---
|
|
$schema: https://json-schema.org/schema#
|
|
$id: https://calamares.io/schemas/plymouthcfg
|
|
additionalProperties: false
|
|
type: object
|
|
properties:
|
|
plymouth_theme: { type: str }
|