schemas: fix locale

This commit is contained in:
udeved 2016-09-17 18:05:45 +02:00
parent e5eed05c0e
commit c0cd403d8e

View file

@ -2,7 +2,7 @@
---
type: map
mapping:
region: { type: str }
zone: { type: str }
localeGenPath: { type: str, required: yes }
geoipUrl: { type: str }
"region": { type: str }
"zone": { type: str }
"localeGenPath": { type: str, required: yes }
"geoipUrl": { type: str }