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
fun JsonInputSchemaMappingResponse(dataVersion: JsonFieldWithDefaultResponse? = null, eventTime: JsonFieldResponse? = null, eventType: JsonFieldWithDefaultResponse? = null, id: JsonFieldResponse? = null, inputSchemaMappingType: String, subject: JsonFieldWithDefaultResponse? = null, topic: JsonFieldResponse? = null)