diff --git a/packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js b/packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js index 7b4a3a5c499c1..0cbbe47ac29f1 100644 --- a/packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js +++ b/packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js @@ -93,13 +93,10 @@ export default function pluginOptionSchema({ Joi }) { platform: platform.required(), url: Joi.string() .uri() - .required() .description(`The URL at which the application can be found.`), - id: Joi.string() - .required() - .description( - `The ID used to represent the application on the specified platform.` - ), + id: Joi.string().description( + `The ID used to represent the application on the specified platform.` + ), min_version: Joi.string() .optional() .description(