@softvisio/core
Version:
Softisio core
34 lines (27 loc) • 690 B
YAML
type: object
properties:
env:
anyOf:
- type: "null"
- type: object
additionalProperties: { type: string }
global: { type: boolean }
dependencies:
anyOf:
- type: "null"
- type: array
items: { type: string, format: camel-case-strict }
uniqueItems: true
optionalDependencies:
anyOf:
- type: "null"
- type: array
items: { type: string, format: camel-case-strict }
uniqueItems: true
templates:
anyOf:
- type: "null"
- type: object
propertyNames: { type: string, format: kebab-case-relative-file-path }
config: { type: ["null", object] }
additionalProperties: false