Created
May 13, 2024 10:07
-
-
Save VisualBean/001a16ed0794bc710beef54d862f065e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: object | |
properties: | |
orderId: | |
description: The ID of the order. | |
type: string | |
format: uuid | |
name: | |
description: Name of order. | |
type: string | |
orderDetails: | |
description: User details. | |
type: object | |
properties: | |
userId: | |
description: User Id. | |
type: string | |
format: uuid | |
userName: | |
description: User name. | |
type: string | |
required: | |
- orderId | |
example: | |
orderId: 8f9189f8-653b-4849-a1ec-c838c030bd67 | |
handler: SomeName | |
orderDetails: | |
userId: Admin | |
userName: Admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment