Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions config-schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
type: object
additionalProperties: false
required:
- name
properties:
name:
type: string
packages:
type: array
items:
anyOf:
- type: object
additionalProperties: false
required:
- path
properties:
path:
type: string
shallow:
type: boolean
exclude:
type: array
items:
type: string
- type: object
additionalProperties: false
required:
- dist
properties:
dist:
type: string
shallow:
type: boolean
exclude:
type: array
items:
type: string