schema/v1.0/pdt.json in happypdf_json_schema-0.1.2 vs schema/v1.0/pdt.json in happypdf_json_schema-0.1.3
- old
+ new
@@ -11,16 +11,16 @@
"type": "integer"
},
"name": {
"description": "Name shown in interface",
"type": "string",
- "maxlength": 60
+ "maxlength": 128
},
- "file": {
+ "filename": {
"description": "Filename",
"type": "string",
- "maxlength": 60
+ "maxlength": 128
},
"description": {
"description": "A description of the template",
"type": "string"
},
@@ -63,10 +63,10 @@
"account_id": {
"description": "Account this objects belongs to.",
"type": "integer"
},
"pages": {
- "description": "Pages of the doc.",
+ "description": "Pages of the template.",
"type": "array",
"properties":{"$ref":"./page.json#properties"}
}
},
"links": [
\ No newline at end of file