You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this change, the structs and enums in `dsc_lib` didn't consistently
use camelCase - most property names and enum values use camelCase, but not
all - and this inconsistency isn't predictable for end users, who need to
consult the JSON Schemas to be sure.
This change updates the definitions to rename the fields and values when
serializing and deserializing, which also updates their JSON Schema.
A future change is required to update the canonical schemas in the
repository to match these updates.
0 commit comments