Skip to content

Commit dd4612e

Browse files
stefanprobstfreiksenet
authored andcommitted
Correct fieldOwners in joi schema (#11419)
1 parent 29318f9 commit dd4612e

File tree

1 file changed

+1
-1
lines changed
  • packages/gatsby/src/joi-schemas

1 file changed

+1
-1
lines changed

packages/gatsby/src/joi-schemas/joi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const nodeSchema = Joi.object()
3838
mediaType: Joi.string(),
3939
type: Joi.string().required(),
4040
owner: Joi.string().required(),
41-
fieldOwners: Joi.array(),
41+
fieldOwners: Joi.object(),
4242
content: Joi.string().allow(``),
4343
description: Joi.string(),
4444
ignoreType: Joi.boolean(),

0 commit comments

Comments
 (0)