manjaro-tools/data/schemas/locale.schema.yaml

8 lines
158 B
YAML
Raw Normal View History

2016-09-17 18:02:56 +02:00
---
type: map
mapping:
2016-09-17 18:05:45 +02:00
"region": { type: str }
"zone": { type: str }
2016-09-19 00:01:54 +02:00
"localeGenPath": { type: str, required: true }
2016-09-17 18:05:45 +02:00
"geoipUrl": { type: str }