Skip to content

Allow default property definitions in the spec to reference other property values. #781

@eddiemoya

Description

@eddiemoya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions