Walks a property path (e.g. ["profile", "address"]) starting from the
type's own schema, down through type: object (or array-of-object)
properties, requiring every segment to already exist and be type: object. Returns the resulting container — itself a valid target for
setSchemaProperty/removeSchemaProperty/further navigation, since a
nested object property's own body has the same
properties/order/required shape as the type's top-level schema.
Walks a property path (e.g.
["profile", "address"]) starting from the type's own schema, down throughtype: object(or array-of-object) properties, requiring every segment to already exist and betype: object. Returns the resulting container — itself a valid target forsetSchemaProperty/removeSchemaProperty/further navigation, since a nested object property's own body has the sameproperties/order/requiredshape as the type's top-level schema.