Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
sync: fetch 2023-08-07 spec and apply patches
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 7, 2023
1 parent fb6fdff commit c09e9d7
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/oas3.fetched/components/schemas/BgpDynamicNeighbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ properties:
format: date-time
readOnly: true
type: string
tags:
items:
type: string
type: array
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ properties:
description: The ASN of the dynamic BGP neighbor
type: integer
example: 12345
tags:
items:
type: string
type: array
required:
- bgp_neighbor_range
- bgp_neighbor_asn
4 changes: 4 additions & 0 deletions spec/oas3.fetched/components/schemas/Vrf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ properties:
updated_at:
format: date-time
type: string
tags:
items:
type: string
type: array
type: object
4 changes: 4 additions & 0 deletions spec/oas3.fetched/components/schemas/VrfCreateInput.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ properties:
type: string
name:
type: string
tags:
items:
type: string
type: array
required:
- metro
- name
4 changes: 4 additions & 0 deletions spec/oas3.fetched/components/schemas/VrfRoute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ properties:
type: string
readOnly: true
example: /routes/e1ff9c2b-051a-4688-965f-153e274f77e0
tags:
items:
type: string
type: array
4 changes: 4 additions & 0 deletions spec/oas3.fetched/components/schemas/VrfRouteCreateInput.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ properties:
type: string
format: ipv4
example: 192.168.1.254
tags:
items:
type: string
type: array
required:
- prefix
- next_hop
4 changes: 4 additions & 0 deletions spec/oas3.fetched/components/schemas/VrfRouteUpdateInput.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ properties:
type: string
format: ipv4
example: 192.168.1.254
tags:
items:
type: string
type: array
4 changes: 4 additions & 0 deletions spec/oas3.fetched/components/schemas/VrfUpdateInput.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ properties:
description: The new `local_asn` value for the VRF. This field cannot be updated when there are active Interconnection Virtual Circuits associated to the VRF.
name:
type: string
tags:
items:
type: string
type: array

0 comments on commit c09e9d7

Please sign in to comment.