calamares/src/modules/locale/locale.schema.yaml

11 lines
277 B
YAML
Raw Normal View History

---
$schema: https://json-schema.org/schema#
$id: https://calamares.io/schemas/locale
additionalProperties: false
type: object
properties:
"region": { type: str }
"zone": { type: str }
"localeGenPath": { type: string, required: true }
"geoipUrl": { type: str }