Skip to content

Commit

Permalink
fix(schema): PostLabelingDelay may be 0 for volumes without PLDs
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 30, 2024
1 parent 2d8381d commit 05da908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2614,12 +2614,12 @@ PostLabelingDelay:
`InversionTime`.
anyOf:
- type: number
exclusiveMinimum: 0
minimum: 0
unit: s
- type: array
items:
type: number
exclusiveMinimum: 0
minimum: 0
unit: s
PowerLineFrequency:
name: PowerLineFrequency
Expand Down

0 comments on commit 05da908

Please sign in to comment.