Changeset 967 for trunk/zoo-project/zoo-kernel/oas.cfg
- Timestamp:
- Dec 18, 2020, 2:13:22 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/oas.cfg
r962 r967 12 12 wsUrl=wss://demo.mapmint.com:4430/ 13 13 publisherUrl=http://127.0.0.1/cgi-bin3/publish.py?jobid= 14 io_as_array=true 14 15 15 16 [/] … … 24 25 tags=Home 25 26 tags_description= 26 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/LandingPage.yaml27 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/LandingPage.yaml 27 28 28 29 [/index.html] … … 53 54 rel=conformance 54 55 type=application/json 55 title= WPS 2.0 REST/JSON Binding Extensionconformance classes implemented by this server56 title=OGC API - Processes conformance classes implemented by this server 56 57 57 58 [conformance] … … 61 62 tags=Conformance 62 63 tags_description= 63 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/ConformanceDeclaration.yaml64 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ConformanceDeclaration.yaml 64 65 65 66 [/conformance.html] … … 78 79 tags=GetCapabilities 79 80 tags_description= 80 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/ProcessList.yaml81 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ProcessList.yaml 81 82 82 83 [/processes.html] … … 90 91 tags=ProcessDescription 91 92 tags_description= 92 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/ProcessDescription.yaml93 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ProcessDescription.yaml 93 94 ecode=404 94 95 parameters=/components/parameters/id … … 107 108 tags=JobList 108 109 tags_description= 109 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/JobList.yaml110 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/JobList.yaml 110 111 parameters=/components/parameters/id 111 112 ecode=404,500 … … 115 116 tags_1=Execute Endpoint 116 117 tags_description_1= 117 schema_1=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/ExecuteSync.yaml118 schema_1=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ExecuteSync.yaml 118 119 parameters_1=/components/parameters/id 119 120 ecode_1=400,404,500 120 eschema_1=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/ExecuteAsync.yaml121 eschema_1=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ExecuteAsync.yaml 121 122 ep=,/components/parameters/oas-header1 122 123 … … 124 125 abstract=Mandatory execute request in JSON format 125 126 type=application/json 126 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/schemas/execute.yaml127 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/execute.yaml 127 128 128 129 [/processes/{id}/jobs/{jobID}] … … 138 139 tags=GetStatus 139 140 tags_description= 140 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/Status.yaml141 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/Status.yaml 141 142 parameters=/components/parameters/id,/components/parameters/jobID 142 143 method_1=delete … … 145 146 tags_1=Dismiss 146 147 tags_description_1=Cencel a job execution 147 schema_1=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/Status.yaml148 schema_1=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/Status.yaml 148 149 parameters_1=/components/parameters/id,/components/parameters/jobID 149 150 ecode_1=404,500 … … 161 162 tags=GetResult 162 163 tags_description= 163 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/Results.yaml164 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/Results.yaml 164 165 parameters=/components/parameters/id,/components/parameters/jobID 165 166 ecode=404,500 … … 177 178 tags=GetResult 178 179 tags_description= 179 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/schemas/valueType.yaml180 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/valueType.yaml 180 181 parameters=/components/parameters/id,/components/parameters/jobID,/components/parameters/resultID 181 182 ep=,/components/parameters/oas-header2 … … 226 227 abstract=Exception 227 228 type=application/json 228 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/NotFound.yaml229 default_schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/ServerError.yaml229 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/NotFound.yaml 230 default_schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ServerError.yaml 230 231 231 232 [responses] 232 233 length=5 233 234 code=404 234 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/NotFound.yaml235 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/NotFound.yaml 235 236 type=application/json 236 237 title=NotFound 237 238 code_1=500 238 schema_1=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/ServerError.yaml239 schema_1=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ServerError.yaml 239 240 type_1=application/json 240 241 title_1=ServerError 241 242 code_2=400 242 schema_2=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/InvalidParameter.yaml243 schema_2=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/InvalidParameter.yaml 243 244 type_2=appliction/json 244 245 title_2=InvalidParameter 245 246 code_3=405 246 schema_3=https:// github.com/opengeospatial/wps-rest-binding/blob/master/core/openapi/responses/NotAllowed.yaml247 schema_3=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/NotAllowed.yaml 247 248 type_3=appliction/json 248 249 title_3=NotAllowed 249 250 code_4=406 250 schema_4=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/responses/NotSupported.yaml251 schema_4=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/NotSupported.yaml 251 252 type_4=appliction/json 252 253 title_4=NotSupported … … 256 257 state=jobSuccess 257 258 uri=successUri 258 schema=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/schemas/result.yaml259 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/result.yaml 259 260 type=application/json 260 261 title=Results received successfully 261 262 state_1=jobInProgress 262 263 uri_1=inProgressUri 263 schema_1=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/schemas/statusInfo.yaml264 schema_1=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/statusInfo.yaml 264 265 type_1=application/json 265 266 title_1=Results received successfully 266 267 state_2=jobFailed 267 268 uri_2=failedUrii 268 schema_2=https://raw.githubusercontent.com/ opengeospatial/wps-rest-binding/master/core/openapi/schemas/exception.yaml269 schema_2=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/exception.yaml 269 270 type_2=application/json 270 271 title_2=Exception received successfully
Note: See TracChangeset
for help on using the changeset viewer.