Skip to content

Commit

Permalink
Merge branch 'main' into remove-constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored May 2, 2024
2 parents 184920c + 3d2d023 commit 075074e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions semantic-conventions/semconv.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
"$ref": "#/definitions/Attribute"
},
"description": "list of attributes that belong to the semconv"
},
"display_name": {
"type": "string",
"description": "the display name / title of the attribute group."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class BaseSemanticConvention(ValidatableYamlNode):
"extends",
"attributes",
"deprecated",
"display_name",
)

GROUP_TYPE_NAME: str
Expand Down

0 comments on commit 075074e

Please sign in to comment.