@softvisio/core
Version:
Softisio core
40 lines (33 loc) • 1.08 kB
YAML
- $id: config
type: object
propertyNames: { type: string, format: kebab-case }
additionalProperties:
anyOf:
- { type: string, format: url }
- type: object
properties:
url: { type: string, format: url }
options:
type: object
properties:
token: { type: string }
persistent: { type: boolean }
version: { type: integer, minimum: 1 }
locale: { type: string, format: locale }
maxConnections: { type: integer, minimum: 1 }
checkCertificate: { type: boolean }
additionalProperties: false
additionalProperties: false
required: [url]
- type: object
properties:
import: { type: string }
arguments: { type: array, minItems: 1 }
additionalProperties: false
required: [import]
- type: object
properties:
import: { type: string }
options: { type: object }
additionalProperties: false
required: [import]