Skip to content

Commit

Permalink
Fix semconv.schema.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Jul 16, 2021
1 parent dd28ca0 commit 583e29d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions semantic-conventions/semconv.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
"additionalProperties": false,
"required": [
"id",
"type",
"brief"
],
"anyOf": [
{
"require": [
"attributs"
"required": [
"attributes"
]
},
{
"require": [
"required": [
"extends"
]
}
Expand Down

0 comments on commit 583e29d

Please sign in to comment.