Skip to content

Conversation

@glowcloud
Copy link
Contributor

@glowcloud glowcloud commented Nov 5, 2025

Changes definition service to point to parent element of reference target element, instead of reference target element.

Before:

components:
  schemas:
    Test1:
       type: string
    Test2:
      $ref: "#/components/schemas/Test1" # definition service points to `type:string` line

After:

components:
  schemas:
    Test1:
       type: string
    Test2:
      $ref: "#/components/schemas/Test1" # definition service points to `Test1:` line

@glowcloud glowcloud self-assigned this Nov 5, 2025
@glowcloud glowcloud added the bug Something isn't working label Nov 5, 2025
@cka121 cka121 merged commit b068ae3 into main Nov 13, 2025
8 checks passed
@cka121 cka121 deleted the fix/definition-service-target branch November 13, 2025 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants