DynamicPayload

public protocol DynamicPayload

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

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

    Declaration

    Swift

    var schemaId: String? { get }
  • The payload aligned to the supplied schema.

    Declaration

    Swift

    var payload: [String : AnyObject] { get }