-
-
Notifications
You must be signed in to change notification settings - Fork 427
feat: external schemas #1669
Copy link
Copy link
Open
Description
Description
In one of the last updates the handling of external schemas was changed. For example we have in many contracts a schema like
"400":
description: "Bad Request"
content:
application/problem+json:
schema:
$ref: './common/default-responses.yaml#/components/schemas/ValidationProblem'In old versions this was just ignored, now it is resolved and the types are added to every type file. Can this behaviours be configured?
Possible solutions:
- shared type file (preferred) - it would be cool when these are only created into a shared file once instead of every file
- just toggle this behaviour on/off
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels