isCustomLinkPayloadValid
open fun isCustomLinkPayloadValid(title: String, description: String, resources: Map<String, Any>, fields: Map<String, Any>): Boolean
Method to validate a payload of custom link
Return
whether payload is valid or not as boolean
Parameters
title
: title of the collection
description
: description to check the validity
resources
: the resources shared by the link
fields
: the fields to use for the validation form to access to the resources