Is custom type data structure changed?

Hello,

Recently I created new repeatable type page from slicemachine and I realized page data structure are changed.

BEFORE
{
data: {
body: {}, body1: {}
}
}

CURRENT
{
data: {
slices: {}, slices1: {}
}
}

Is it bug or intended ? I haven't seen any notice in prismic documentation (probably I missed)
I am so surprised about this changes....

Hello @woolim

Thanks for reaching out to us.

For Slice Machine pushes slices/Custom Type always has the same JSON structure. All Slices come under the slices, key not in body key The old JSON structure where slices come under body key was in the Legacy builder which used to provide a drag-and-drop interface for building Custom Types.

Priyanka.