Previously, the body is required to specify in the import spec (though the document said it is optional). This PR makes it truely optional.
Meanwhile, we removed several unnecessary properties from the import spec, in order to make the import spec as simple as possible, where only id and path are required now.
Previously, the
body
is required to specify in the import spec (though the document said it is optional). This PR makes it truely optional.Meanwhile, we removed several unnecessary properties from the import spec, in order to make the import spec as simple as possible, where only
id
andpath
are required now.