UNPKG

@softvisio/core

Version:
15 lines (13 loc) 584 B
- $id: config type: object properties: email: { type: string, format: email } test: { type: boolean } useLocalStorage: { type: ["null", boolean] } certificatesRenewInterval: { type: string, format: interval } challengeMaxAge: { type: string, format: interval } httpEnabled: { type: boolean } dnsEnabled: { type: boolean } cloudFlareServiceName: { type: string, format: kebab-case } additionalProperties: false required: [email, test, useLocalStorage, certificatesRenewInterval, challengeMaxAge, httpEnabled, dnsEnabled, cloudFlareServiceName]