Is it possible to have 1 custom metadata schema reference another?
For instance, I have:
customSchema1 which has application, image, and video customized underneath it. It is applied to folder1.
customSchema2 which also has application, image, and video customized underneath it. It is applied to folder2.
The only difference between the 2 schemas is with the image customization. application and video are identical so I'd like to be able to reuse them rather than duplicate them.
Any thoughts?