Azure / Azure/api-management-developer-portal
Display definition reference as a link in code view of the schema definition
Open
(t) Improvement
P2
- Dominant language
- TypeScript
- Stars
- 545
- Forks
- 360
- PR merge metrics
- No merged PRs in 30d
Description
The idea is to make references like `#/components/schemas/Author` a clickable anchor-link:
```
"author": {
"$ref": "#/components/schemas/Author",
"type": "object"
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the code-view rendering for schema definitions and trace how $ref values such as #/components/schemas/Author are displayed. Make the reference clickable and verify that selecting it navigates to the referenced schema definition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100