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