Skip to content

Commit

Permalink
Fix uid
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh committed Sep 12, 2024
1 parent 8cb7b73 commit d765d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions result/response.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,16 @@ components:
- '/components/schemas/Device.Bgpv4Route/properties/name'
- '/components/schemas/Device.Bgpv6Route/properties/name'
example: Bgpv4 Route Range 1
x-field-uid: 2
x-field-uid: 1
begin_timestamp_ns:
description: |-
The time in nanoseconds at which the event began
type: number
format: double
x-field-uid: 3
x-field-uid: 2
end_timestamp_ns:
description: |-
The time in nanoseconds at which the event ended
type: number
format: double
x-field-uid: 4
x-field-uid: 3

0 comments on commit d765d7f

Please sign in to comment.