Skip to content

Invalid OpenAPI 3.0 schema #36

@drwpow

Description

@drwpow

👋 Hello! Was trying to use the OpenAPI v3 schema but it has errors (generated by Redocly CLI):

Can't resolve $ref

2909 |   $ref: '#/components/schemas/Meeting/properties/via'
2910 | recording_link:
2911 |   $ref: '#/components/schemas/Meeting/properties/recording_link'
2912 | user_ids_to_notify:
2913 |   type: array

…

❌ Validation failed with 183 errors and 80 warnings.

I won’t paste the entire output, the missing $refs make it impossible to consume, but there are also type errors such as conflicting parameters and mismatched enum types. Might be worth running it through another validator to fix.

Just wanted to flag it for you. Thanks!

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