Skip to content

Instantly share code, notes, and snippets.

@rtack
Created July 18, 2023 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtack/52f4c646c10e7645565811c3ebbee4f8 to your computer and use it in GitHub Desktop.
Save rtack/52f4c646c10e7645565811c3ebbee4f8 to your computer and use it in GitHub Desktop.
type: object
properties:
specversionsssss:
description: The version of the SMG Real Estate event specification. Follows Semantic versioning.
type: string
enum:
- '1.1.0'
source:
description: Value of the *service* tag in CloudFormation.
type: string
enum:
- customer-service
time:
description: The business relevant time the event occurred.
type: string
format: date-time
example: 2021-04-05T17:31:00.000Z
id:
description: UUID v4 which identifies the event.
type: string
format: uuid
example: 37a411b4-535e-4915-9575-f1fd692edfec
required:
- specversionsssss
- source
- time
- id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment