diff --git a/receiver/vcrreceiver/config.schema.yaml b/receiver/vcrreceiver/config.schema.yaml new file mode 100644 index 0000000000000..f090956a41437 --- /dev/null +++ b/receiver/vcrreceiver/config.schema.yaml @@ -0,0 +1,14 @@ +type: object +properties: + exclude_raw: + type: array + items: + type: string + include_raw: + type: array + items: + type: string + include_tape: + type: array + items: + type: string