summaryrefslogtreecommitdiff
path: root/packages/astro-rss/src/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro-rss/src/schema.ts')
-rw-r--r--packages/astro-rss/src/schema.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro-rss/src/schema.ts b/packages/astro-rss/src/schema.ts
index eb15ecd58..98aa35f81 100644
--- a/packages/astro-rss/src/schema.ts
+++ b/packages/astro-rss/src/schema.ts
@@ -8,7 +8,6 @@ export const rssSchema = z.object({
.refine((value) => !isNaN(value.getTime())),
description: z.string().optional(),
customData: z.string().optional(),
- draft: z.boolean().optional(),
categories: z.array(z.string()).optional(),
author: z.string().optional(),
commentsUrl: z.string().optional(),