Feature Description
Problem Statement:
When creating a spec I would like to use other properties to define default values for other properties. This is currently not possible.
Proposed Solution:
substringA: string | default="hello"
substringB: string | default="world"
combined: string | default="${schema.spec.substringA} ${schema.spec.substringB}"
- Please vote on this issue by adding a 👍 reaction to the original issue
- If you are interested in working on this feature, please leave a comment