Known types of objects should create subtypes of objects easily. For example, saving a whole Manifest should make Sequences and Canvases automatically. Resolving a Manifest may also need to dereference some stuff.
For unknown items or properties without @type declarations, we should be able to read the @context to unwind it a bit, if needed.
Known types of objects should create subtypes of objects easily. For example, saving a whole Manifest should make Sequences and Canvases automatically. Resolving a Manifest may also need to dereference some stuff.
For unknown items or properties without
@type
declarations, we should be able to read the@context
to unwind it a bit, if needed.