File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed
Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change 17561756 " running"
17571757 ]
17581758 },
1759+ "service" : {
1760+ "$ref" : " #/components/schemas/ServiceDetails" ,
1761+ "description" : " Details of the service to be executed"
1762+ },
17591763 "parameters" : {
17601764 "additionalProperties" : true ,
17611765 "type" : " object" ,
17681772 }
17691773 ]
17701774 },
1771- "service" : {
1772- "$ref" : " #/components/schemas/ServiceDetails" ,
1773- "description" : " Details of the service to be executed"
1774- },
17751775 "created" : {
17761776 "type" : " string" ,
17771777 "format" : " date-time" ,
17911791 " title" ,
17921792 " label" ,
17931793 " status" ,
1794- " parameters" ,
17951794 " service" ,
1795+ " parameters" ,
17961796 " created" ,
17971797 " updated"
17981798 ],
18301830 " running"
18311831 ]
18321832 },
1833+ "service" : {
1834+ "$ref" : " #/components/schemas/ServiceDetails" ,
1835+ "description" : " Details of the service to be executed"
1836+ },
18331837 "parameters" : {
18341838 "additionalProperties" : true ,
18351839 "type" : " object" ,
18491853 " title" ,
18501854 " label" ,
18511855 " status" ,
1856+ " service" ,
18521857 " parameters"
18531858 ],
18541859 "title" : " ProcessingJobSummary"
21972202 },
21982203 "service" : {
21992204 "$ref" : " #/components/schemas/ServiceDetails" ,
2200- "description" : " Details of the service to be executed"
2205+ "description" : " Details of the service to be executed" ,
2206+ "examples" : [
2207+ {
2208+ "application" : " my-app" ,
2209+ "endpoint" : " https://platform.eo/"
2210+ }
2211+ ]
22012212 },
22022213 "created" : {
22032214 "type" : " string" ,
22272238 "param1" : " value1" ,
22282239 "param2" : " value2"
22292240 },
2241+ "service" : {
2242+ "application" : " my-app" ,
2243+ "endpoint" : " https://platform.eo/"
2244+ },
22302245 "status" : " finished" ,
22312246 "title" : " Upscaling Job 1"
22322247 },
22372252 "param1" : " value1" ,
22382253 "param2" : " value2"
22392254 },
2255+ "service" : {
2256+ "application" : " my-app" ,
2257+ "endpoint" : " https://platform.eo/"
2258+ },
22402259 "status" : " running" ,
22412260 "title" : " Upscaling Job 2"
22422261 }
You can’t perform that action at this time.
0 commit comments