-
Notifications
You must be signed in to change notification settings - Fork 38
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 support for links to resources #62
Comments
Example from EC2 in the deeplink package: image({ region }) {
return `/ec2/v2/home?region=${region}#Images:sort=name`
},
instance({ region, resource }) {
return `/ec2/home?region=${region}#Instances:instanceId=${resource}`;
}, |
Proposal for adding this to a schema:
where Open questions:
|
going to move this to the schema repo for better tracking |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add an e.g.
deepLink
property to the schema that allows generating links to a resource givenidentifiers
. This is useful for the console.The text was updated successfully, but these errors were encountered: