Skip to content

Commit

Permalink
missed a commit re: required properties
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Sep 29, 2024
1 parent b128725 commit c986080
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/DataDiscovery/CustomTypes/TypedString.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ export class TypedStringConverter extends ConverterMatchesSchema<
)
)
)
|| (
!('required' in schema.typed_string)
&& ('properties' in schema.typed_string)
&& typed_string.is_object_type(schema.typed_string)
)
),
);
}
Expand Down

0 comments on commit c986080

Please sign in to comment.