Skip to content

Instantly share code, notes, and snippets.

@VisualBean
Created May 13, 2024 10:07
Show Gist options
  • Save VisualBean/001a16ed0794bc710beef54d862f065e to your computer and use it in GitHub Desktop.
Save VisualBean/001a16ed0794bc710beef54d862f065e to your computer and use it in GitHub Desktop.
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