You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you define Header parameters using "in" : "header", it fails with
⚠️ SyntaxError: Swagger schema validation failed.
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/0 must have required property 'schema'
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/0 must NOT be valid
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/0 must match exactly one schema in oneOf
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/0 must have required property '$ref'
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/0 must match exactly one schema in oneOf
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/1 must have required property 'schema'
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/1 must NOT be valid
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/1 must match exactly one schema in oneOf
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/1 must have required property '$ref'
#/paths/~1domino~1dataset~1file~1content~1{snapshotId}/get/parameters/1 must match exactly one schema in oneOf
Reported here: orval-labs/orval#878
If you define Header parameters using
"in" : "header",
it fails withThe text was updated successfully, but these errors were encountered: