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

Add JsonProperty attributes to contact shape parameters #15

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

bparks13
Copy link
Member

@bparks13 bparks13 commented Nov 7, 2024

The initial implementation left the names of the properties as-is when serializing; while this did not cause issues for radius or height, surprisingly, it did throw a keyError for width. Nevertheless, the JSON schema shows all properties as being lowercase, so that is what they have been modified to be.

@bparks13 bparks13 requested a review from cjsha November 7, 2024 20:51
@bparks13 bparks13 self-assigned this Nov 7, 2024
@bparks13 bparks13 merged commit 8c51ac8 into main Nov 7, 2024
7 checks passed
@bparks13 bparks13 deleted the add-attributes branch November 7, 2024 20:57
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.

2 participants