diff --git a/p-healthcheck.yml b/p-healthcheck.yml index d8d30013..090d32c0 100644 --- a/p-healthcheck.yml +++ b/p-healthcheck.yml @@ -5,7 +5,7 @@ paths: parameters: - $ref: "./common.yml#/components/parameters/x-request" get: - summary: "Server healthcheck" + summary: "Server health check" operationId: healthz tags: - healthcheck @@ -15,12 +15,12 @@ paths: content: application/json: schema: - $ref: "#/components/schemas/DeviceInfo" + $ref: "#/components/schemas/Healthcheck" /readyz: parameters: - $ref: "./common.yml#/components/parameters/x-request" get: - summary: "License healthcheck" + summary: "License health check" operationId: readyz tags: - healthcheck @@ -32,7 +32,8 @@ paths: components: schemas: - DeviceInfo: + Healthcheck: + title: "Health check" type: object required: [app, licenseId, licenseType, licenseSerial, licenseValidUntil, scenarios, version] properties: diff --git a/p-ping.yml b/p-ping.yml index 8805fa13..a0b7205d 100644 --- a/p-ping.yml +++ b/p-ping.yml @@ -21,6 +21,7 @@ paths: components: schemas: DeviceInfo: + title: "DeviceInfo" type: object properties: app-name: