This is a html view of the json schema please take the json schema as reference DOWNLOAD THE JSON SCHEMA

eventgridmessages

Type: object

This object is used to describe the event grid messages

messages

Type: array

It represents an array of event grid messages.

Must contain a minimum of 1 items

No Additional Items

Each item of this array must be:

message

Type: object

This JSON schema defines the structure for an event grid message. It ensures that the necessary fields and their types are correctly set, and provides descriptions and examples for each field

Type: string

Full resource path to the event source. This field isn't writeable. Event Grid provides this value.

Must be at least 1 characters long


Example:

"/subscriptions/{subscription-id}/resourceGroups/{resourcegroupname}/providers/Microsoft.EventGrid/topics/{topicname}"

Type: string

Publisher-defined path to the event subject.

Must be at least 1 characters long


Example:

"sales-data"

Type: string

One of the registered event types for this event source.

Must be at least 1 characters long


Example:

"copyCompleted"

Type: stringFormat: date-time

The time the event is generated based on the provider's UTC time.

Must be at least 1 characters long


Example:

"2017-06-26T18:41:00.9584103Z"

Type: string

Unique identifier for the event.

Must be at least 1 characters long


Example:

"831e1650-001e-001b-66ab-eeb76e069631"

Type: object

Event data specific to the resource provider.

Type: string

The application source of this event

Must be at least 1 characters long


Example:

"6d79dbfb-0e37-4fc4-981f-442c9ca65760"

Type: string

The version of the json format event

Must be at least 1 characters long


Example:

"831e1650-001e-001b-66ab-eeb76e069631"

Type: string

The name of the source of this event

Must be at least 1 characters long


Example:

"Azure-databricks"

Type: string

The environment of the source of this event

Must be at least 1 characters long


Example:

"PROD"

Type: string

The schema version of the data object. The publisher defines the schema version.

Must be at least 1 characters long


Example:

"1.0"

Type: string

The schema version of the event metadata. Event Grid defines the schema of the top-level properties.Event Grid provides this value.

Must be at least 1 characters long


Example:

"1"