Hi Bob,
Glad you're playing with Adapt. I'm sure we can help get you started. Post back if I (or others) don't suggest the help you need the first time.
"Empty ids" usually means that a piece of the content structure hasn't been fully built out. ContentObjects ("type: page") in contentObjects.json are associated with a child article in articles.json. Articles are associated with child blocks in blocks.json. And blocks are associated with child components in components.json. The association is based on the values you assign to "_id" and "_parentId". "_id" becomes the "_parentId" of the child; you must use the same value to associate the two.
If my response is still a little is still a little hard to understand, post the JSON for co-25, and we can be more specific by referencing your code.
I recommend checking two things:
- does co-25 have an article, block, and component as descendants?
- do you have a typo in your _id or _parentId? (They're case-sensitive.)
Chuck