We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4646526 commit d218dcfCopy full SHA for d218dcf
services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml
@@ -16236,6 +16236,15 @@ components:
16236
$ref: '#/components/schemas/NodeServiceGet'
16237
type: array
16238
title: Services
16239
+ missing:
16240
+ anyOf:
16241
+ - items:
16242
+ $ref: '#/components/schemas/ServiceKeyVersion'
16243
+ type: array
16244
+ - type: 'null'
16245
+ title: Missing
16246
+ description: List of services in defined in the project but that were not
16247
+ found in the catalog
16248
type: object
16249
required:
16250
- projectUuid
0 commit comments