diff --git a/schema/instrumentation.json b/schema/instrumentation.json index 0271b2be..e687d1ed 100644 --- a/schema/instrumentation.json +++ b/schema/instrumentation.json @@ -2,9 +2,7 @@ "$id": "https://opentelemetry.io/otelconfig/instrumentation.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", - "additionalProperties": { - "$ref": "#/$defs/ExperimentalLanguageSpecificInstrumentation" - }, + "additionalProperties": false, "properties": { "general": { "$ref": "#/$defs/ExperimentalGeneralInstrumentation"