-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
patches/spec.fetched.json/20240909-connection_action-required-field-skip.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
], |
12 changes: 12 additions & 0 deletions
12
patches/spec.fetched.json/20240909-custom_field-required-field-skip.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
16
patches/spec.fetched.json/20240909-port-required-field-skip.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
], |