addedInput schema / additionalProperties
Added value: +false
removedInput schema / anyOf
Removed value: -[
- {
- "required": [
- "xml_content"
- ]
- },
- {
- "required": [
- "xml_base64"
- ]
- },
- {
- "required": [
- "pdf_base64"
- ]
- }
-]
addedInput schema / properties / include_raw_xml / description
Added value: +"Include the raw XML string in the response."
addedInput schema / properties / pdf_base64 / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / pdf_base64 / default
Added value: +null
changedInput schema / properties / pdf_base64 / description
Previous value: -"Base64-encoded PDF (ZUGFeRD hybrid)."New value: +"Base64-encoded PDF bytes. The tool will extract the\nembedded XML attachment (ZUGFeRD hybrid PDF/A-3)."
removedInput schema / properties / pdf_base64 / type
Removed value: -"string"
addedInput schema / properties / xml_base64 / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / xml_base64 / default
Added value: +null
changedInput schema / properties / xml_base64 / description
Previous value: -"Base64-encoded XML."New value: +"Base64-encoded XML bytes."
removedInput schema / properties / xml_base64 / type
Removed value: -"string"
addedInput schema / properties / xml_content / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / xml_content / default
Added value: +null
removedInput schema / properties / xml_content / type
Removed value: -"string"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "type": "object"
+}