fix(Manifest): capitalize root property names
This commit is contained in:
parent
956186c654
commit
2019f8c959
1 changed files with 4 additions and 4 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue