DynamicPayload

A payload of key/value pairs that is can be validated by a schema.

interface DynamicPayload

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

payload
Link copied to clipboard

The payload aligned to the supplied schema.

abstract val payload: Map<String, Any>
schemaId
Link copied to clipboard

The ID of the previously configured schema that will be used to validate the contents of the payload.

abstract val schemaId: String?