Skip to content

Commit 487e75c

Browse files
codebrainStuart Cam
authored andcommitted
Update REST specifications to 7.1.1
Remove GetOverrrides implementation for "_source_include", "_source_exclude" as this is now fixed in the REST JSON specification.
1 parent f61855c commit 487e75c

File tree

5 files changed

+312
-333
lines changed

5 files changed

+312
-333
lines changed

src/CodeGeneration/ApiGenerator/Configuration/Overrides/Endpoints/GetOverrides.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/CodeGeneration/ApiGenerator/RestSpecification/Core/get.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@
5858
"type" : "list",
5959
"description" : "A list of fields to extract and return from the _source field"
6060
},
61-
"_source_exclude": {
62-
"type" : "list",
63-
"description" : "A list of fields to exclude from the returned _source field"
64-
},
65-
"_source_include": {
66-
"type" : "list",
67-
"description" : "A list of fields to extract and return from the _source field"
68-
},
6961
"version" : {
7062
"type" : "number",
7163
"description" : "Explicit version number for concurrency control"

0 commit comments

Comments
 (0)