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

docs: documenting the different types of Object Definitions #3135

Closed
wants to merge 1 commit into from

Conversation

tombuildsstuff
Copy link
Member

No description provided.

@tombuildsstuff tombuildsstuff requested a review from a team October 10, 2023 07:15
Comment on lines +25 to +26
* A CSV of a String
* A List of a String
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we provide an actual example of these? like is the CSV apple,pear,strawberry but a list of a string is ["apple","pear","strawberry"]?


Notes:

* At present the Object Definition type is reused, but shouldn't be, as we'll want to extend this in the future when we parse Data Plane (which has way more possible values for types).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we be explicit about what specifically is missing here? e.g.

  • add an Options Object Definition type
  • add a Terraform Object Definition type


Notes:

* In retrospect this should probably be named `SDKObjectDefinition`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a rename that we should undertake? It's unclear what this sentence is trying to convey or add.

@tombuildsstuff
Copy link
Member Author

In the end we ended up deciding to document these inline within the new SDK types, so I'm going to close this out:

@tombuildsstuff tombuildsstuff deleted the docs/object-definition branch May 23, 2024 16:50
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.

Documentation: Object Definitions
2 participants