File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "info" : {
44 "title" : " Simple API for DDF" ,
55 "description" : " A simple TransCelerate Digital Data Flow (DDF) Study Definitions Repository API." ,
6- "version" : " 1.15 Provisional (0.36)"
6+ "version" : " 2.1 Provisional (0.36)"
77 },
88 "paths" : {
99 "/v2/studyDefinitions" : {
152152 "content" : {
153153 "application/json" : {
154154 "schema" : {
155- "$ref" : " #/components/schemas/Study "
155+ "$ref" : " #/components/schemas/Wrapper "
156156 }
157157 }
158158 }
209209 "schema" : {
210210 "type" : " array" ,
211211 "items" : {
212- "$ref" : " #/components/schemas/Study "
212+ "$ref" : " #/components/schemas/Wrapper "
213213 },
214214 "title" : " Response Read Study History V2 Studydefinitions Studyid History Get"
215215 }
18961896 " type"
18971897 ],
18981898 "title" : " ValidationError"
1899+ },
1900+ "Wrapper" : {
1901+ "properties" : {
1902+ "study" : {
1903+ "$ref" : " #/components/schemas/Study"
1904+ }
1905+ },
1906+ "type" : " object" ,
1907+ "required" : [
1908+ " study"
1909+ ],
1910+ "title" : " Wrapper"
18991911 }
19001912 }
19011913 },
Original file line number Diff line number Diff line change 44 description : >-
55 A simple TransCelerate Digital Data Flow (DDF) Study Definitions Repository
66 API.
7- version : 1.15 Provisional (0.36)
7+ version : 2.1 Provisional (0.36)
88paths :
99 /v2/studyDefinitions :
1010 post :
@@ -108,7 +108,7 @@ paths:
108108 content :
109109 application/json :
110110 schema :
111- $ref : ' #/components/schemas/Study '
111+ $ref : ' #/components/schemas/Wrapper '
112112 ' 400 ' :
113113 status_code : string
114114 detail : string
@@ -147,7 +147,7 @@ paths:
147147 schema :
148148 type : array
149149 items :
150- $ref : ' #/components/schemas/Study '
150+ $ref : ' #/components/schemas/Wrapper '
151151 title : >-
152152 Response Read Study History V2 Studydefinitions Studyid
153153 History Get
@@ -1258,6 +1258,14 @@ components:
12581258 - msg
12591259 - type
12601260 title : ValidationError
1261+ Wrapper :
1262+ properties :
1263+ study :
1264+ $ref : ' #/components/schemas/Study'
1265+ type : object
1266+ required :
1267+ - study
1268+ title : Wrapper
12611269tags :
12621270 - name : Production
12631271 description : Routes that form the production specification.
You can’t perform that action at this time.
0 commit comments