Skip to content

Commit 3e11bc9

Browse files
chore: update type
1 parent 98a94cf commit 3e11bc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/rules/oas3/no-illogical-composition-keywords.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import type { UserContext } from '../../walk.js';
99
type SchemaSignature = {
1010
properties?: Set<string>;
1111
propertySchemas?: Map<string, SchemaSignature>;
12-
type?: string | string[];
1312
enum?: string[];
1413
items?: SchemaSignature;
1514
additionalProperties?: boolean | SchemaSignature;

0 commit comments

Comments
 (0)