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

Commit

Permalink
patch missing type into virtual circuit enums
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Oct 12, 2023
1 parent 8985805 commit 7dd7f16
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions patches/spec.fetched.json/20231012-add-vc-enum-type.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
diff --git a/spec/oas3.patched/openapi/public/components/schemas/VlanVirtualCircuit.yaml b/spec/oas3.patched/openapi/public/components/schemas/VlanVirtualCircuit.yaml
index 2d150b05..2af30a7a 100644
--- a/spec/oas3.patched/openapi/public/components/schemas/VlanVirtualCircuit.yaml
+++ b/spec/oas3.patched/openapi/public/components/schemas/VlanVirtualCircuit.yaml
@@ -51,6 +51,7 @@ properties:
type:
enum:
- vlan
+ type: string
virtual_network:
$ref: './Href.yaml'
vnid:
diff --git a/spec/oas3.patched/openapi/public/components/schemas/VrfVirtualCircuit.yaml b/spec/oas3.patched/openapi/public/components/schemas/VrfVirtualCircuit.yaml
index 0ab53602..abc4c3a7 100644
--- a/spec/oas3.patched/openapi/public/components/schemas/VrfVirtualCircuit.yaml
+++ b/spec/oas3.patched/openapi/public/components/schemas/VrfVirtualCircuit.yaml
@@ -78,6 +78,7 @@ properties:
type:
enum:
- vrf
+ type: string
vrf:
$ref: './Vrf.yaml'
created_at:

0 comments on commit 7dd7f16

Please sign in to comment.