From c09e9d7446a807fc5b95459ecae29e7f8f6ba0f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:27:46 +0000 Subject: [PATCH] sync: fetch 2023-08-07 spec and apply patches --- spec/oas3.fetched/components/schemas/BgpDynamicNeighbor.yaml | 4 ++++ .../components/schemas/BgpDynamicNeighborCreateInput.yaml | 4 ++++ spec/oas3.fetched/components/schemas/Vrf.yaml | 4 ++++ spec/oas3.fetched/components/schemas/VrfCreateInput.yaml | 4 ++++ spec/oas3.fetched/components/schemas/VrfRoute.yaml | 4 ++++ spec/oas3.fetched/components/schemas/VrfRouteCreateInput.yaml | 4 ++++ spec/oas3.fetched/components/schemas/VrfRouteUpdateInput.yaml | 4 ++++ spec/oas3.fetched/components/schemas/VrfUpdateInput.yaml | 4 ++++ 8 files changed, 32 insertions(+) diff --git a/spec/oas3.fetched/components/schemas/BgpDynamicNeighbor.yaml b/spec/oas3.fetched/components/schemas/BgpDynamicNeighbor.yaml index b01557e9..02135006 100644 --- a/spec/oas3.fetched/components/schemas/BgpDynamicNeighbor.yaml +++ b/spec/oas3.fetched/components/schemas/BgpDynamicNeighbor.yaml @@ -37,3 +37,7 @@ properties: format: date-time readOnly: true type: string + tags: + items: + type: string + type: array diff --git a/spec/oas3.fetched/components/schemas/BgpDynamicNeighborCreateInput.yaml b/spec/oas3.fetched/components/schemas/BgpDynamicNeighborCreateInput.yaml index ab6c6462..c53701f3 100644 --- a/spec/oas3.fetched/components/schemas/BgpDynamicNeighborCreateInput.yaml +++ b/spec/oas3.fetched/components/schemas/BgpDynamicNeighborCreateInput.yaml @@ -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 diff --git a/spec/oas3.fetched/components/schemas/Vrf.yaml b/spec/oas3.fetched/components/schemas/Vrf.yaml index 524ebf81..85f576ea 100644 --- a/spec/oas3.fetched/components/schemas/Vrf.yaml +++ b/spec/oas3.fetched/components/schemas/Vrf.yaml @@ -45,4 +45,8 @@ properties: updated_at: format: date-time type: string + tags: + items: + type: string + type: array type: object diff --git a/spec/oas3.fetched/components/schemas/VrfCreateInput.yaml b/spec/oas3.fetched/components/schemas/VrfCreateInput.yaml index cdf3bcfa..081a63b6 100644 --- a/spec/oas3.fetched/components/schemas/VrfCreateInput.yaml +++ b/spec/oas3.fetched/components/schemas/VrfCreateInput.yaml @@ -20,6 +20,10 @@ properties: type: string name: type: string + tags: + items: + type: string + type: array required: - metro - name diff --git a/spec/oas3.fetched/components/schemas/VrfRoute.yaml b/spec/oas3.fetched/components/schemas/VrfRoute.yaml index aa8bc99d..88bdf509 100644 --- a/spec/oas3.fetched/components/schemas/VrfRoute.yaml +++ b/spec/oas3.fetched/components/schemas/VrfRoute.yaml @@ -55,3 +55,7 @@ properties: type: string readOnly: true example: /routes/e1ff9c2b-051a-4688-965f-153e274f77e0 + tags: + items: + type: string + type: array diff --git a/spec/oas3.fetched/components/schemas/VrfRouteCreateInput.yaml b/spec/oas3.fetched/components/schemas/VrfRouteCreateInput.yaml index 7750dde4..b9e672fb 100644 --- a/spec/oas3.fetched/components/schemas/VrfRouteCreateInput.yaml +++ b/spec/oas3.fetched/components/schemas/VrfRouteCreateInput.yaml @@ -8,6 +8,10 @@ properties: type: string format: ipv4 example: 192.168.1.254 + tags: + items: + type: string + type: array required: - prefix - next_hop diff --git a/spec/oas3.fetched/components/schemas/VrfRouteUpdateInput.yaml b/spec/oas3.fetched/components/schemas/VrfRouteUpdateInput.yaml index b2d4bef6..db195555 100644 --- a/spec/oas3.fetched/components/schemas/VrfRouteUpdateInput.yaml +++ b/spec/oas3.fetched/components/schemas/VrfRouteUpdateInput.yaml @@ -8,3 +8,7 @@ properties: type: string format: ipv4 example: 192.168.1.254 + tags: + items: + type: string + type: array diff --git a/spec/oas3.fetched/components/schemas/VrfUpdateInput.yaml b/spec/oas3.fetched/components/schemas/VrfUpdateInput.yaml index bfb85ec5..48c37455 100644 --- a/spec/oas3.fetched/components/schemas/VrfUpdateInput.yaml +++ b/spec/oas3.fetched/components/schemas/VrfUpdateInput.yaml @@ -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