Skip to content

Commit 8814919

Browse files
authored
Fix remote $refs to complete schemas (#1087)
1 parent 02b9dcb commit 8814919

13 files changed

+7631
-469
lines changed

examples/digital-ocean-api.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,11 +684,10 @@ export interface components {
684684

685685
export interface external {
686686
"description.yml": {
687-
688687
paths: Record<string, never>;
689688
webhooks: Record<string, never>;
690689
components: Record<string, never>;
691-
}
690+
};
692691
"resources/1-clicks/models/oneClicks_create.yml": {
693692
/**
694693
* addon_slugs

examples/github-api-next.ts

Lines changed: 1394 additions & 42 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)