Problem description
Where the local YAML overrides a common schema using the same name as that schema, the automated release process renames these schema by appending a -2 to the local schema name, resulting in a validation warning as the resulting name is not PascalCase.
Expected behaviour
Explicitly choose a different name for overridden schema by appending Local to the local version
Alternative solution
None proposed
Additional context
None
Problem description
Where the local YAML overrides a common schema using the same name as that schema, the automated release process renames these schema by appending a
-2to the local schema name, resulting in a validation warning as the resulting name is not PascalCase.Expected behaviour
Explicitly choose a different name for overridden schema by appending
Localto the local versionAlternative solution
None proposed
Additional context
None