Skip to content

Commit

Permalink
Merge pull request #104 from Tufin/breaking-depends-on-direction
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven Harrison committed Jun 21, 2022
2 parents e8a6c7f + 66a8e66 commit bbf65cb
Show file tree
Hide file tree
Showing 20 changed files with 2,701 additions and 94 deletions.
487 changes: 487 additions & 0 deletions data/required-properties/request-new-required-properties-base.yaml

Large diffs are not rendered by default.

492 changes: 492 additions & 0 deletions data/required-properties/request-new-required-properties-revision.yaml

Large diffs are not rendered by default.

492 changes: 492 additions & 0 deletions data/required-properties/request-required-properties-base.yaml

Large diffs are not rendered by default.

491 changes: 491 additions & 0 deletions data/required-properties/request-required-properties-revision.yaml

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions data/required-properties/response-new-required-properties-base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"info": {
"title": "title",
"version": "1.0.102"
},
"openapi": "3.0.1",
"paths": {
"/web/search": {
"get": {
"operationId": "searchArticles",
"parameters": [
{
"in": "header",
"name": "user-agent",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
"*/*": {
"schema": {
"properties": {
"helpAndSupport": {
"properties": {
"expandLink": {
"properties": {
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"title",
"url"
],
"type": "object"
},
"pages": {
"items": {
"properties": {
"contentPreview": {
"type": "string"
},
"id": {
"type": "string"
},
"image": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"totalResultsCount": {
"format": "int32",
"type": "integer"
}
},
"required": [
"expandLink",
"pages",
"totalResultsCount"
],
"type": "object"
}
},
"required": [
"helpAndSupport"
],
"type": "object"
}
}
},
"description": "OK"
}
},
"tags": [
"web-search-controller"
]
}
}
},
"servers": [
{
"url": "/api/"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"info": {
"title": "title",
"version": "1.0.102"
},
"openapi": "3.0.1",
"paths": {
"/web/search": {
"get": {
"operationId": "searchArticles",
"parameters": [
{
"in": "header",
"name": "user-agent",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
"*/*": {
"schema": {
"properties": {
"helpAndSupport": {
"properties": {
"expandLink": {
"properties": {
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"title",
"url"
],
"type": "object"
},
"pages": {
"items": {
"properties": {
"contentPreview": {
"type": "string"
},
"id": {
"type": "string"
},
"image": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"title": {
"type": "string"
},
"totalResultsCount": {
"format": "int32",
"type": "integer"
}
},
"required": [
"expandLink",
"pages",
"title",
"totalResultsCount"
],
"type": "object"
}
},
"required": [
"helpAndSupport"
],
"type": "object"
}
}
},
"description": "OK"
}
},
"tags": [
"web-search-controller"
]
}
}
},
"servers": [
{
"url": "/api/"
}
]
}
105 changes: 105 additions & 0 deletions data/required-properties/response-required-properties-base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"info": {
"title": "title",
"version": "1.0.102"
},
"openapi": "3.0.1",
"paths": {
"/web/search": {
"get": {
"operationId": "searchArticles",
"parameters": [
{
"in": "header",
"name": "user-agent",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
"*/*": {
"schema": {
"properties": {
"helpAndSupport": {
"properties": {
"expandLink": {
"properties": {
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"title",
"url"
],
"type": "object"
},
"pages": {
"items": {
"properties": {
"contentPreview": {
"type": "string"
},
"id": {
"type": "string"
},
"image": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"title": {
"type": "string"
},
"totalResultsCount": {
"format": "int32",
"type": "integer"
}
},
"required": [
"expandLink",
"pages",
"title",
"totalResultsCount"
],
"type": "object"
}
},
"required": [
"helpAndSupport"
],
"type": "object"
}
}
},
"description": "OK"
}
},
"tags": [
"web-search-controller"
]
}
}
},
"servers": [
{
"url": "/api/"
}
]
}
Loading

0 comments on commit bbf65cb

Please sign in to comment.