-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(schematic): refactor storage endpoints #2274
feat(schematic): refactor storage endpoints #2274
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.
I approve the new VS Code extension
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.
Approving, left one suggestion but otherwise looks good
@@ -131,20 +98,20 @@ paths: | |||
schema: | |||
$ref: '#/components/schemas/AssetViewId' | |||
style: simple | |||
- description: The ID of a dataset. | |||
- description: "Type of asset, such as Synapse" |
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.
This is referring to where the data is stored right? Like synapse vs another location? If so, I would change the description to "Type of asset store, such as Synapse"
to reflect the language used elsewhere in schematic
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.
Yep! (the diff is being weird here again).
Fixes fds-1244