Json Input Schema Mapping Response
data class JsonInputSchemaMappingResponse(val dataVersion: JsonFieldWithDefaultResponse? = null, val eventTime: JsonFieldResponse? = null, val eventType: JsonFieldWithDefaultResponse? = null, val id: JsonFieldResponse? = null, val inputSchemaMappingType: String, val subject: JsonFieldWithDefaultResponse? = null, val topic: JsonFieldResponse? = null)
This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema.
Constructors
Link copied to clipboard
constructor(dataVersion: JsonFieldWithDefaultResponse? = null, eventTime: JsonFieldResponse? = null, eventType: JsonFieldWithDefaultResponse? = null, id: JsonFieldResponse? = null, inputSchemaMappingType: String, subject: JsonFieldWithDefaultResponse? = null, topic: JsonFieldResponse? = null)
Properties
Link copied to clipboard
The mapping information for the DataVersion property of the Event Grid Event.
Link copied to clipboard
The mapping information for the EventTime property of the Event Grid Event.
Link copied to clipboard
The mapping information for the EventType property of the Event Grid Event.
Link copied to clipboard
The mapping information for the Id property of the Event Grid Event.
Link copied to clipboard
Type of the custom mapping Expected value is 'Json'.
Link copied to clipboard
The mapping information for the Subject property of the Event Grid Event.
Link copied to clipboard
The mapping information for the Topic property of the Event Grid Event.