Skip to content

Instantly share code, notes, and snippets.

@rtack
Last active July 18, 2023 12:40
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/56f43f5d81ad6cdd70dfea21d2e66241 to your computer and use it in GitHub Desktop.
Save rtack/56f43f5d81ad6cdd70dfea21d2e66241 to your computer and use it in GitHub Desktop.
BaseSmgReEvent snippet
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