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

[sdk/nodejs|python] Add GetSchema support to providers #6892

Merged
merged 3 commits into from
May 19, 2021

Conversation

justinvp
Copy link
Member

Fixes #6777

@justinvp justinvp force-pushed the justin/getschema branch 2 times, most recently from b4b9b8f to 11d5e04 Compare May 5, 2021 23:12
@justinvp
Copy link
Member Author

Not sure what's going on with the test failure on Windows. Will look into it.

@@ -147,6 +147,11 @@ export interface Provider {
*/
version: string;

/**
* The JSON-encoded schema for this provider's package.
Copy link
Member

Choose a reason for hiding this comment

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

This would be a great place to link to the meta-schema (the schema of the schema), if we have it.

@t0yv0
Copy link
Member

t0yv0 commented May 12, 2021

🚢 love having schema available. We can build a lot of useful things on top.

@justinvp justinvp force-pushed the justin/getschema branch 2 times, most recently from ce674c0 to 9acef4e Compare May 18, 2021 20:51
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.

Add getSchema support to multilang providers
3 participants