Azure / Azure/api-management-developer-portal

Display definition reference as a link in code view of the schema definition

Open
#796 0 comments 0 reactions 0 assignees View on GitHub
(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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.