This is the idiomatic usage pattern for serialization of optional list of objects.

Notice our particular usage of serializeArray and deserializeArray that is deisnged for testing and accounting for logic mismatches between servers and studio

  • Type Parameters

    • T

    Parameters

    • schema: ModelSchema<T>
    • Optionaloptions: { INTERNAL__forceReturnEmptyInTest?: boolean }

    Returns PropSchema