From 2019f8c959d63cad324b110e4fdd2bb50fde0dc9 Mon Sep 17 00:00:00 2001 From: "Rodweil, Theodor" Date: Mon, 7 Aug 2023 00:20:15 +0200 Subject: [PATCH] fix(Manifest): capitalize root property names --- PSConfluencePublisher/manifest.schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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": {