Closed robertlong closed 3 years ago
An incorrect summedLength variable was being calculated for schemas with multiple array properties with different lengths. Now the storeArrayElementCounts object stores the total number of elements for each array type for a given store.
summedLength
storeArrayElementCounts
An incorrect
summedLength
variable was being calculated for schemas with multiple array properties with different lengths. Now thestoreArrayElementCounts
object stores the total number of elements for each array type for a given store.