Skip to content

Commit

Permalink
added patches
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed Sep 10, 2024
1 parent a62711b commit 8d122e9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/spec/oas3.fabric.fetched.json b/spec/oas3.fabric.fetched.json
index 36eeef9..1fc09e6 100644
--- a/spec/oas3.fabric.fetched.json
+++ b/spec/oas3.fabric.fetched.json
@@ -12565,7 +12565,6 @@
"ConnectionAction": {
"required": [
"data",
- "href",
"type",
"uuid"
],
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/spec/oas3.fabric.fetched.json b/spec/oas3.fabric.fetched.json
index 36eeef9..fb66257 100644
--- a/spec/oas3.fabric.fetched.json
+++ b/spec/oas3.fabric.fetched.json
@@ -13768,7 +13768,6 @@
"CustomField": {
"required": [
"dataType",
- "description",
"isRequired",
"label"
],
16 changes: 16 additions & 0 deletions patches/spec.fetched.json/20240909-port-required-field-skip.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/spec/oas3.fabric.fetched.json b/spec/oas3.fabric.fetched.json
index 36eeef9..2f694fe 100644
--- a/spec/oas3.fabric.fetched.json
+++ b/spec/oas3.fabric.fetched.json
@@ -14537,11 +14537,8 @@
"Port": {
"required": [
"account",
- "connectivitySourceType",
"encapsulation",
"location",
- "physicalPortsSpeed",
- "physicalPortsType",
"settings",
"type"
],

0 comments on commit 8d122e9

Please sign in to comment.