schema.go

1// Copyright The OpenTelemetry Authors
2// SPDX-License-Identifier: Apache-2.0
3
4package semconv // import "go.opentelemetry.io/otel/semconv/v1.20.0"
5
6// SchemaURL is the schema URL that matches the version of the semantic conventions
7// that this package defines. Semconv packages starting from v1.4.0 must declare
8// non-empty schema URL in the form https://opentelemetry.io/schemas/<version>
9const SchemaURL = "https://opentelemetry.io/schemas/1.20.0"