diff options
Diffstat (limited to 'dmi-service')
-rw-r--r-- | dmi-service/openapi/openapi-datajob.yml | 20 | ||||
-rw-r--r-- | dmi-service/pom.xml | 2 |
2 files changed, 20 insertions, 2 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 - diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 033fd53d..a2a1f054 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> - <version>2.2.10</version> + <version>2.2.22</version> </dependency> <dependency> <groupId>io.cloudevents</groupId> |