Skip to content

Commit 60a5eee

Browse files
committed
tweak
1 parent c5ffc2e commit 60a5eee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/schemas/base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export const baseSchema = ({ image }: SchemaContext) =>
8989
.describe(
9090
"The names of related products, which show on some grids for Examples, [Tutorials](/style-guide/documentation-content-strategy/content-types/tutorial/), and [Reference Architectures](/style-guide/documentation-content-strategy/content-types/reference-architecture/)",
9191
),
92-
languages: z.string().array().optional(),
9392
summary: z.string().optional(),
9493
goal: z.string().array().optional(),
9594
operation: z.string().array().optional(),

src/schemas/videos.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ export const videosSchema = z
1313
updated: z.coerce.date(),
1414
difficulty: z.string(),
1515
pcx_content_type: z.string(),
16+
languages: z.string().array().optional(),
1617
})
1718
.strict();

0 commit comments

Comments
 (0)