Skip to content

Commit 8692e58

Browse files
committed
chore: updated openapi.json
1 parent 4c09a9a commit 8692e58

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

openapi.json

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,6 +1756,10 @@
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",
@@ -1768,10 +1772,6 @@
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",
@@ -1791,8 +1791,8 @@
17911791
"title",
17921792
"label",
17931793
"status",
1794-
"parameters",
17951794
"service",
1795+
"parameters",
17961796
"created",
17971797
"updated"
17981798
],
@@ -1830,6 +1830,10 @@
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",
@@ -1849,6 +1853,7 @@
18491853
"title",
18501854
"label",
18511855
"status",
1856+
"service",
18521857
"parameters"
18531858
],
18541859
"title": "ProcessingJobSummary"
@@ -2197,7 +2202,13 @@
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",
@@ -2227,6 +2238,10 @@
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
},
@@ -2237,6 +2252,10 @@
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
}

0 commit comments

Comments
 (0)