Skip to content

Commit

Permalink
Add examples for combined schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Apr 19, 2024
1 parent e427899 commit 3579d4a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion source/openapi-admin-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4458,6 +4458,18 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/EdgeServerInfo"
examples:
id: 6622b8f5118368b943d228a9
created: 2024-04-19T09:51:00Z
name: Edge-Store-42
user_id: 6622b8f5118368b943d2288a
status: active
hostname: ec2-13-58-70-88.us-east-2.compute.amazonaws.com
last_connection: 2024-04-19T09:51:00Z
query: { "Item": '(owner_id == "641cb3d99e425c794ef69315")' }
packageVersion: v0.21.2
latestPackageVersion: v0.22.2
metrics: {}

delete:
tags:
Expand Down Expand Up @@ -5862,7 +5874,7 @@ components:
id:
type: string
example: 6622b8f5118368b943d228a9
description: The ID of the new Edge Server instance.
description: The ID of the Edge Server instance.
user_id:
type: string
example: 6622b8f5118368b943d2288a
Expand Down

0 comments on commit 3579d4a

Please sign in to comment.