Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions crates/weaver_resolved_schema/src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ use weaver_semconv::YamlValue;
#[serde(deny_unknown_fields)]
pub struct Registry {
/// The semantic convention registry url.
#[serde(skip_serializing_if = "String::is_empty")]
pub registry_url: String,
/// A list of semantic convention groups.
pub groups: Vec<Group>,
Expand All @@ -53,7 +52,6 @@ pub struct Group {
/// The type of the group including the specific fields for each type.
pub r#type: GroupType,
/// A brief description of the semantic convention.
#[serde(skip_serializing_if = "String::is_empty")]
pub brief: String,
/// A more elaborate description of the semantic convention.
/// It defaults to an empty string.
Expand Down
Loading