From 7dd7f16cc5bfadd38a11f2fccd564e392a64fc9f Mon Sep 17 00:00:00 2001 From: Charles Treatman Date: Thu, 12 Oct 2023 14:55:30 -0500 Subject: [PATCH] patch missing type into virtual circuit enums --- .../20231012-add-vc-enum-type.patch | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 patches/spec.fetched.json/20231012-add-vc-enum-type.patch diff --git a/patches/spec.fetched.json/20231012-add-vc-enum-type.patch b/patches/spec.fetched.json/20231012-add-vc-enum-type.patch new file mode 100644 index 000000000..c78d587da --- /dev/null +++ b/patches/spec.fetched.json/20231012-add-vc-enum-type.patch @@ -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: