Results 1 comments of Lu Ma

``` components: schemas: AuthorizationSchema: $ref: "otherservice.yaml#/components/schemas/AuthorizationSchema" ``` what if I'm referencing a schema, "AuthorizationSchema" for example, and I can't modify it directly since it's provided by others. To get the...