Variable jsonContentTypesSchemaConst

jsonContentTypesSchema: ZodEnum<["application/json", "application/ld+json"]> = ...

Zod schema for JSON content types

const jsonContentType = jsonContentTypesSchema.parse('application/json');
console.log(jsonContentType); // application/json