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

Automatically link id references to resources #319

Open
razor-x opened this issue Aug 26, 2024 · 0 comments
Open

Automatically link id references to resources #319

razor-x opened this issue Aug 26, 2024 · 0 comments

Comments

@razor-x
Copy link
Contributor

razor-x commented Aug 26, 2024

Can we link id properties and params automatically in the generated docs? When they appear in descriptions? What about list properties, like device_ids?

This should be possible if blueprint can implement resourceType on Property and Param, e.g.,

jsonType: 'string',
format: 'id',
resourceType: 'acs_system'

Or can we just to a simple endsAt search? This is needed since while some properties can be matched exactly, other properties like credential_manager_acs_system_id need special matching or lookup.

@razor-x razor-x changed the title Automatically link Automatically link id references to resources Aug 26, 2024
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

No branches or pull requests

2 participants
@razor-x and others