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",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"pages": {
|
"Pages": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"item": {
|
"item": {
|
||||||
"$ref": "#/definitions/page"
|
"$ref": "#/definitions/page"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attachments": {
|
"Attachments": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"item": {
|
"item": {
|
||||||
"$ref": "#/definitions/attachment"
|
"$ref": "#/definitions/attachment"
|
||||||
|
|
@ -19,8 +19,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"pages",
|
"Pages",
|
||||||
"attachments"
|
"Attachments"
|
||||||
],
|
],
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"page": {
|
"page": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue