diff --git a/spec/oas3.patched/components/schemas/BgpDynamicNeighbor.yaml b/spec/oas3.patched/components/schemas/BgpDynamicNeighbor.yaml index b01557e9..02135006 100644 --- a/spec/oas3.patched/components/schemas/BgpDynamicNeighbor.yaml +++ b/spec/oas3.patched/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.patched/components/schemas/BgpDynamicNeighborCreateInput.yaml b/spec/oas3.patched/components/schemas/BgpDynamicNeighborCreateInput.yaml index ab6c6462..c53701f3 100644 --- a/spec/oas3.patched/components/schemas/BgpDynamicNeighborCreateInput.yaml +++ b/spec/oas3.patched/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.patched/components/schemas/Vrf.yaml b/spec/oas3.patched/components/schemas/Vrf.yaml index 524ebf81..85f576ea 100644 --- a/spec/oas3.patched/components/schemas/Vrf.yaml +++ b/spec/oas3.patched/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.patched/components/schemas/VrfCreateInput.yaml b/spec/oas3.patched/components/schemas/VrfCreateInput.yaml index cdf3bcfa..081a63b6 100644 --- a/spec/oas3.patched/components/schemas/VrfCreateInput.yaml +++ b/spec/oas3.patched/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.patched/components/schemas/VrfRoute.yaml b/spec/oas3.patched/components/schemas/VrfRoute.yaml index aa8bc99d..88bdf509 100644 --- a/spec/oas3.patched/components/schemas/VrfRoute.yaml +++ b/spec/oas3.patched/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.patched/components/schemas/VrfRouteCreateInput.yaml b/spec/oas3.patched/components/schemas/VrfRouteCreateInput.yaml index 7750dde4..b9e672fb 100644 --- a/spec/oas3.patched/components/schemas/VrfRouteCreateInput.yaml +++ b/spec/oas3.patched/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.patched/components/schemas/VrfRouteUpdateInput.yaml b/spec/oas3.patched/components/schemas/VrfRouteUpdateInput.yaml index b2d4bef6..db195555 100644 --- a/spec/oas3.patched/components/schemas/VrfRouteUpdateInput.yaml +++ b/spec/oas3.patched/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.patched/components/schemas/VrfUpdateInput.yaml b/spec/oas3.patched/components/schemas/VrfUpdateInput.yaml index bfb85ec5..48c37455 100644 --- a/spec/oas3.patched/components/schemas/VrfUpdateInput.yaml +++ b/spec/oas3.patched/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