File tree Expand file tree Collapse file tree 4 files changed +3
-111
lines changed
Expand file tree Collapse file tree 4 files changed +3
-111
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import type { PathItemObject } from "./paths";
55import type { ReferenceObject } from "./reference" ;
66import type { RequestBodyObject } from "./request-body" ;
77import type { ResponseObject } from "./response" ;
8- import type { SchemaObject } from "./schema" ;
98import type { SecuritySchemeObject } from "./security-scheme" ;
9+ import type { SchemaObject } from "@omer-x/json-schema-types" ;
1010
1111type HeaderObject = unknown ;
1212type CallbackObject = unknown ;
Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/no-explicit-any */
22import type { ExampleObject } from "./example" ;
33import type { ReferenceObject } from "./reference" ;
4- import type { SchemaObject } from "./ schema" ;
4+ import type { SchemaObject } from "@omer-x/json- schema-types " ;
55
66/**
77 * Each Media Type Object provides schema and examples for the media type identified by its key.
Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/no-explicit-any */
22import type { ExampleObject } from "./example" ;
33import type { ReferenceObject } from "./reference" ;
4- import type { SchemaObject } from "./ schema" ;
4+ import type { SchemaObject } from "@omer-x/json- schema-types " ;
55
66/**
77 * Describes a single operation parameter. A unique parameter is defined by a combination of a name and location.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments