diff options
Diffstat (limited to 'schemas/config')
-rw-r--r-- | schemas/config/2.0.schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 4894a1f0..64e7e279 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -749,7 +749,7 @@ }, "exporter": { "description": "Provides functionality to emit telemetry to consumers", - "type": "array", + "type": "string", "items": { "type": "string", "enum": [ @@ -772,7 +772,7 @@ }, "client": { "description": "Client to send the spans", - "type": "array", + "type": "string", "items": { "type": "string", "enum": [ |