InputSchemaMapping interface
By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only supported type of InputSchemaMapping is 'JsonInputSchemaMapping'.
Properties
input |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
inputSchemaMappingType
Polymorphic discriminator, which specifies the different types this object can be
inputSchemaMappingType: "Json"
Property Value
"Json"