UNPKG

@softvisio/core

Version:
14 lines (12 loc) 436 B
- $id: config type: object properties: locales: { type: array, items: { type: string, format: locale }, minItems: 1, uniqueItems: true } defaultLocale: anyOf: - type: "null" - { type: string, format: locale } detectLocaleByClientIpAddress: { type: boolean } currency: { type: string } additionalProperties: false required: [locales, defaultLocale, detectLocaleByClientIpAddress, currency]