Skip to content

Commit

Permalink
toml consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Nov 1, 2024
1 parent 5786ce8 commit c310890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oximeter/oximeter/schema/dendrite.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ description = "ID of the switch being managed"

[fields.switch_fab]
type = "string"
description = "Fabric the switch the link is on"
description = "Fabrication plant identifier of the switch the link is on"

[fields.switch_lot]
type = "string"
Expand All @@ -78,5 +78,5 @@ type = "string"
description = "Serial number of the switch being managed"

[fields.switch_slot]
type = "u32"
type = "u16"
description = "Slot number of the switch the link is on"

0 comments on commit c310890

Please sign in to comment.