-
Notifications
You must be signed in to change notification settings - Fork 2
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
Objects #22
Objects #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! A few design things worth cutting tickets on. The main concern I have is with the object / resource maps and the need to combine them regularly - I think there's a good opportunity to simplify there.
fa97778
to
ff47610
Compare
Looks like test issue is just because the outputs aren't fully idempotent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM.
ff47610
to
1f11390
Compare
This adds support for adding nested properties. These are modeled as top-level messages (called 'Objects' in the schema) since that's how proto / OpenAPI would model them.
I'm expecting a lot of comments on this PR since it's both messy and needs to do a lot of refactoring.