We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b232c6 commit 0825eb0Copy full SHA for 0825eb0
lib/index.d.ts
@@ -2,7 +2,7 @@ import type { Json } from "@hyperjump/json-pointer";
2
3
4
export type SchemaFragment = string | number | boolean | null | SchemaObject | SchemaFragment[];
5
-export type SchemaObject = { // eslint-disable-line @typescript-eslint/consistent-indexed-object-style
+export type SchemaObject = {
6
[keyword: string]: SchemaFragment;
7
};
8
openapi-3-0/index.d.ts
@@ -57,7 +57,7 @@ type Xml = {
57
wrapped?: boolean;
58
59
60
-type OpenApi = {
+export type OpenApi30 = {
61
openapi: string;
62
info: Info;
63
externalDocs?: ExternalDocs;
0 commit comments