Skip to content

Commit 0e34f51

Browse files
committed
fix: make $id optional in IActorInputSchema interface
1 parent abc43ff commit 0e34f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface ISchemaProperties {
2424
}
2525

2626
export interface IActorInputSchema {
27-
$id: string;
27+
$id?: string;
2828
title?: string;
2929
description?: string;
3030

0 commit comments

Comments
 (0)