We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
or
1 parent fb38f8a commit 844ac84Copy full SHA for 844ac84
packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js
@@ -93,13 +93,10 @@ export default function pluginOptionSchema({ Joi }) {
93
platform: platform.required(),
94
url: Joi.string()
95
.uri()
96
- .required()
97
.description(`The URL at which the application can be found.`),
98
- id: Joi.string()
99
100
- .description(
101
- `The ID used to represent the application on the specified platform.`
102
- ),
+ id: Joi.string().description(
+ `The ID used to represent the application on the specified platform.`
+ ),
103
min_version: Joi.string()
104
.optional()
105
.description(
0 commit comments