Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Specification Errors Prevent Parsing #635

Description

@MarianSWA

Hi, I'm trying to use this specification (as well as the one on the website) and there are errors in it. This prevents it from being parsed by various tools.

  • example: {'survey_link': https://alinktothesurvey.com'} - missing single quote (after fixing manually I get the next errors)
  • in https://editor.swagger.io/ I get errors at lines 4432 and 18389, at the pattern property (after fixing manually I get the next errors)
  • When parsing it in .Net (https://github.com/microsoft/OpenAPI.NET) I get the following errors:
    • The reference string '/components/schemas/EntityTransfer/properties/entities' has invalid format.
    • The reference string '/components/schemas/PaginationEnvelope/properties/page' has invalid format.
    • The reference string '/components/schemas/PaginationEnvelope/properties/pages' has invalid format.
    • The reference string '/components/schemas/PaginationEnvelope/properties/results' has invalid format.

I just tried the same tools with the digital ocean yaml specification and it's parsed just fine.

It's a shame that I can't use this specification in .net. Could you fix the errors?

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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