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

fix(schema-compiler): update hierarchies handling to use object pattern #9121

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

vasilev-alex
Copy link
Member

Hierarchies are defined as objects in js models instead of arrays for consistency with other members

  hierarchies: {
    hello: {
      title: 'World',
      levels: [status],
    },
  },

@vasilev-alex vasilev-alex requested a review from a team as a code owner January 21, 2025 22:05
@vasilev-alex vasilev-alex merged commit 42cbc8e into master Jan 21, 2025
51 checks passed
@vasilev-alex vasilev-alex deleted the js-hierarchies-object-style branch January 21, 2025 22:45
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

Successfully merging this pull request may close these issues.

1 participant