👋 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!
👋 Hello! Was trying to use the OpenAPI v3 schema but it has errors (generated by Redocly CLI):
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!