diff --git a/PSConfluencePublisher/manifest.schema.json b/PSConfluencePublisher/manifest.schema.json index 71d683b..5d7c220 100755 --- a/PSConfluencePublisher/manifest.schema.json +++ b/PSConfluencePublisher/manifest.schema.json @@ -5,13 +5,13 @@ ], "type": "object", "properties": { - "pages": { + "Pages": { "type": "array", "item": { "$ref": "#/definitions/page" } }, - "attachments": { + "Attachments": { "type": "array", "item": { "$ref": "#/definitions/attachment" @@ -19,8 +19,8 @@ } }, "required": [ - "pages", - "attachments" + "Pages", + "Attachments" ], "definitions": { "page": {