The spec describes hoisting the scheme and docid but only in the case where the unit roles are also hoisted.
What if we want to hoist the scheme (and/or docid) without hoisting unit roles?
For example in this record from the ClearAligner spec:
{
"meta": {
"id": "d6820b2b-1a30-4247-a16f-18ed0c89b469",
"origin": "manual",
"status": "needsReview",
"note": [
{
"note": "This is how a note is stored.",
"id": "687280fd-386e-4263-bbab-de0373331086",
"authorEmail": "name@domain.com"
}
]
},
"source": [
"40001001001"
],
"target": [
"40001001001",
"40001001002",
"40001001003",
"40001001004"
]
}
The spec describes hoisting the scheme and docid but only in the case where the unit roles are also hoisted.
What if we want to hoist the scheme (and/or docid) without hoisting unit roles?
For example in this record from the ClearAligner spec: