From ShadowfaxEventProperties.schema.yaml (einstein/ShadowfaxEventProperties.schema
)
---
$id: https://skeleton.botmd.io/einstein/ShadowfaxEventProperties.schema
$schema: http://json-schema.org/draft-07/schema#
title: Shadowfax Event Properties
description: This is the schema for event properties in Einstein.
type: object
required: [event_type]
additionalProperties: true
properties:
event_type:
title: Event Type
description: Name of the event.
type: string
minLength: 1
profile_uid:
title: Profile UID
description: Profile UID.
type: string
minLength: 1
organization_key:
title: Organization Key
description: Organization key of einstein.
type: string
minLength: 1
#end properties