Skip to content

$ref's are not resolved correctly when the schema name is a number #473

@LukeHagar

Description

@LukeHagar

I'm getting this list of rolodex resolution errors:

{"time":"2025-09-24T16:20:58.054844742Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/2"}
{"time":"2025-09-24T16:20:58.0548803Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/3"}
{"time":"2025-09-24T16:20:58.054886321Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/4"}
{"time":"2025-09-24T16:20:58.054891161Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/5"}
{"time":"2025-09-24T16:20:58.05490109Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/6"}
{"time":"2025-09-24T16:20:58.05491723Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/7"}
{"time":"2025-09-24T16:20:58.054923382Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/8"}
{"time":"2025-09-24T16:20:58.054926768Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/9"}
{"time":"2025-09-24T16:20:58.054929815Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/10"}
{"time":"2025-09-24T16:20:58.054935135Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/11"}
{"time":"2025-09-24T16:20:58.054938191Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/12"}
{"time":"2025-09-24T16:20:58.054941767Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/13"}
{"time":"2025-09-24T16:20:58.054944553Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/14"}
{"time":"2025-09-24T16:20:58.054953239Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/15"}
{"time":"2025-09-24T16:20:58.054956705Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/16"}
{"time":"2025-09-24T16:20:58.054961915Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/17"}
{"time":"2025-09-24T16:20:58.054964971Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/18"}
{"time":"2025-09-24T16:20:58.054968288Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/19"}
{"time":"2025-09-24T16:20:58.054971915Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/20"}
{"time":"2025-09-24T16:20:58.054976373Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/21"}
{"time":"2025-09-24T16:20:58.054981573Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/22"}
{"time":"2025-09-24T16:20:58.054984599Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/23"}
{"time":"2025-09-24T16:20:58.054987644Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/24"}
{"time":"2025-09-24T16:20:58.054991011Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/25"}
{"time":"2025-09-24T16:20:58.054993906Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/26"}
{"time":"2025-09-24T16:20:58.054996812Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/27"}
{"time":"2025-09-24T16:20:58.054999857Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/28"}
{"time":"2025-09-24T16:20:58.055005379Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/29"}
{"time":"2025-09-24T16:20:58.055008945Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/30"}
{"time":"2025-09-24T16:20:58.055011861Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/31"}
{"time":"2025-09-24T16:20:58.055014997Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/32"}
{"time":"2025-09-24T16:20:58.055018153Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/33"}
{"time":"2025-09-24T16:20:58.055023372Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/34"}
{"time":"2025-09-24T16:20:58.055026228Z","level":"ERROR","msg":"unable to locate reference anywhere in the rolodex","reference":"#/components/parameters/35"}

But these references are all correct valid schemas, and all reside in one document

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions