Skip to content

Commit a3bb87c

Browse files
committed
fix: Allow appmap_dir, language and additional properties
1 parent 7013d74 commit a3bb87c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: config-schema.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
type: object
2-
additionalProperties: false
2+
additionalProperties: true
33
required:
44
- name
55
properties:
66
name:
77
type: string
8+
language:
9+
type: string
10+
appmap_dir:
11+
type: string
812
packages:
913
type: array
1014
items:

0 commit comments

Comments
 (0)