summaryrefslogtreecommitdiffstats
path: root/dmi-service/openapi
diff options
context:
space:
mode:
authorleventecsanyi <levente.csanyi@est.tech>2024-07-18 13:45:35 +0200
committerleventecsanyi <levente.csanyi@est.tech>2024-07-19 14:19:49 +0200
commitaa4d6e27a7488ff06aae8b97aac9b45d3e4d3bfe (patch)
treeceee4cca9f8e480fb1c41d26666fe352f6097354 /dmi-service/openapi
parent0fe1b63d10a6ce4ec452d2089b9ffe101acd38f8 (diff)
Added DataJob related stub implementations
- updated pom.xml - added dataJob related code to DMI Stub controller - uplifted swagger core dependency Issue-ID: CPS-2323 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: If30e1fad31daec004ad67dd3f2be1815aeb538b2
Diffstat (limited to 'dmi-service/openapi')
-rw-r--r--dmi-service/openapi/openapi-datajob.yml20
1 files changed, 19 insertions, 1 deletions
diff --git a/dmi-service/openapi/openapi-datajob.yml b/dmi-service/openapi/openapi-datajob.yml
index 989218d9..31a76bbd 100644
--- a/dmi-service/openapi/openapi-datajob.yml
+++ b/dmi-service/openapi/openapi-datajob.yml
@@ -240,6 +240,25 @@ components:
type: string
Object:
type: object
+ SubjobWriteResponse:
+ type: object
+ required:
+ - subJobId
+ - dmiServiceName
+ - dataProducerId
+ properties:
+ subJobId:
+ description: Unique identifier for the sub-job
+ example: my-sub-job-id
+ type: string
+ dmiServiceName:
+ description: Name of the relevant DMI Service
+ example: my-dmi-service
+ type: string
+ dataProducerId:
+ description: ID of the producer registered by DMI for the paths in the operations in this request
+ example: my-data-producer-identifier
+ type: string
responses:
NotImplemented:
description: Not Implemented
@@ -251,4 +270,3 @@ components:
status: 501
message: Not Implemented
details: Method Not Implemented
-