Skip to content

Conversation

@tanish-okta
Copy link
Contributor

@tanish-okta tanish-okta commented Nov 11, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Adding Tests
  • Build related changes
  • CI related changes
  • Documentation changes
  • Other... Please describe:

What is the current behavior?

The locations property under dynamic network zone was not parsed correctly in the SDK.
"locations":[{"country":"RU"}] was parsed as "locations":{"0":{"country":"RU"}}

Issue Number: N/A

What is the new behavior?

Corrected the spec properties and the parsing logic works as expected.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Reviewers

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.

3 participants