schema/v1.0/page.json in happypdf_json_schema-0.1.0 vs schema/v1.0/page.json in happypdf_json_schema-0.1.1
- old
+ new
@@ -17,9 +17,13 @@
},
"width": {
"description": "Page width",
"type": "number"
},
+ "height": {
+ "description": "Page height",
+ "type": "number"
+ },
"blocks": {
"description": "Placeholder blocks on this page, if it belongs to a PDF Template",
"type": "array",
"properties": {"$ref":"./block.json#properties"}
},
\ No newline at end of file