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 class description in v1alpha1 catalog data schema #108

Closed
wants to merge 3 commits into from

Conversation

shubham251972
Copy link
Contributor

Notes for Reviewers

This PR fixes #

Signed commits

  • Yes, I signed my commits.

@shubham251972 shubham251972 changed the title Add class in v1alpha1 catalog data schema Add class description in v1alpha1 catalog data schema Jul 20, 2024
Co-authored-by: Lee Calcote <[email protected]>
Signed-off-by: Shubham Upadhyay <[email protected]>
import "embed"

//go:embed schemas/openapi.yml
import (
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 appropriate for the schemas repo or more so for meshkit repo?

Other golang components that use these schemas will import the schemas as packages and have full access to the content of each schema. Is that right?

I'm trying to understand the need for this utility function.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this will allow other components to have full access to the content of each schema

@leecalcote
Copy link
Member

@shubham251972 will you be taking care of this? #109

@leecalcote
Copy link
Member

Please see the capabilities schema for an example of how to capture enums and their descriptions.

@leecalcote leecalcote closed this Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants