Hi,
in the override doc if I understand correctly the first example override an ex:myHelloWorldWithOverride object.
Since we don't know what the first object looks like it is hard to tell is part of the original object or what should be directly copied.
For eg. "@type": "Override",
Is "Override" the type of the initial object or should it be the type when writing an override?
Sorry if this seems a bit confusing, but in short I think an example of the original overridden object would be helpful to make the example clearer.