diff --git a/src/schemas/ingestion/polygonParts.schema.ts b/src/schemas/ingestion/polygonParts.schema.ts index 0ee8905..f65a918 100644 --- a/src/schemas/ingestion/polygonParts.schema.ts +++ b/src/schemas/ingestion/polygonParts.schema.ts @@ -91,6 +91,7 @@ export const polygonPartsFeatureCollectionSchema = featureCollectionSchema(polyg export const polygonPartsPayloadSchema = z.object({ jobType: z.string(), productType: rasterProductTypeSchema, + catalogId: z.string().uuid({ message: 'Catalog ID should be a valid UUID' }), productId: resourceIdSchema, productVersion: versionSchema, partsData: polygonPartsFeatureCollectionSchema,