Add suport for external refs in Component schemas
G
Greg Parsons
It's common for Components to require "shared" fields such as margin settings or a custom button field. $ref (https://json-schema.org/understanding-json-schema/structuring#dollarref) is a feature of json-schema, so it's not unreasonable for a Component developer to try using external schema references, but it's also not obvious that Component Service does not support them. It would be really helpful if it did.