Skip to content

Commit 37066a4

Browse files
committed
forgot this id
1 parent 555f3ef commit 37066a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-data-modeling/src/services/data-model-storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const RelationshipSideSchema = z.object({
1010
export type RelationshipSide = z.output<typeof RelationshipSideSchema>;
1111

1212
export const RelationshipSchema = z.object({
13-
id: z.string(),
13+
id: z.string().uuid(),
1414
relationship: z.tuple([RelationshipSideSchema, RelationshipSideSchema]),
1515
isInferred: z.boolean(),
1616
});

0 commit comments

Comments
 (0)