-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from Tufin/breaking-depends-on-direction
- Loading branch information
Showing
20 changed files
with
2,701 additions
and
94 deletions.
There are no files selected for viewing
487 changes: 487 additions & 0 deletions
487
data/required-properties/request-new-required-properties-base.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
492 changes: 492 additions & 0 deletions
492
data/required-properties/request-new-required-properties-revision.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
492 changes: 492 additions & 0 deletions
492
data/required-properties/request-required-properties-base.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
491 changes: 491 additions & 0 deletions
491
data/required-properties/request-required-properties-revision.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
101 changes: 101 additions & 0 deletions
101
data/required-properties/response-new-required-properties-base.json
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,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/" | ||
} | ||
] | ||
} |
105 changes: 105 additions & 0 deletions
105
data/required-properties/response-new-required-properties-revision.json
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,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
105
data/required-properties/response-required-properties-base.json
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,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/" | ||
} | ||
] | ||
} |
Oops, something went wrong.