Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not mark all properties of a map as required #272

Open
yngvark opened this issue Oct 17, 2024 · 0 comments
Open

Do not mark all properties of a map as required #272

yngvark opened this issue Oct 17, 2024 · 0 comments

Comments

@yngvark
Copy link
Contributor

yngvark commented Oct 17, 2024

Description

From app-v8.3.2.schema.json:

    "AlbHostRouting": {

      "required": [
        "Internal",
        "TargetGroupTargetStickiness",
        "Enable"
      ]


TargetGroupTargetStickiness is not actually required, the app template supports it not being specified.

Image

Motivation

IntelliJ makes my app config yellow and ugly. As a YAML editor that likes order, I don't want to put all possible attributes in my app YAML. I.e., I don't want to put TargetGroupTargetStickiness here, I want less clutter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant