Skip to content
Merged
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
57 changes: 57 additions & 0 deletions config-schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
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:
- gem
properties:
gem:
type: string
shallow:
type: boolean
exclude:
type: array
items:
type: string
exclude:
type: array
items:
type: string
functions:
type: array
items:
type: object
additionalProperties: false
properties:
package:
type: string
class:
type: string
function:
type: string
labels:
type: array
items:
type: string