Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,12 @@ info:
title: CloudShopt Order Service API
version: 1.0.0
tags:
- name: Health
- name: Diagnostics
- name: Cart
- name: Orders
- name: Internal

paths:
/healthz:
get:
tags: [Health]
summary: Health check
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: "#/components/schemas/StatusOkBool"

/info:
get:
tags: [Diagnostics]
Expand Down Expand Up @@ -308,12 +295,6 @@ components:
properties:
status: { type: string, example: ok }

StatusOkBool:
type: object
required: [ok]
properties:
ok: { type: boolean, example: true }

InfoResponse:
type: object
required: [ok, service, sha, time]
Expand Down