addedInput schema / examples
Added value: +[
+ {
+ "documentNumber": "512345678",
+ "documentType": "Passport",
+ "fee": {
+ "currencyCode": "GBP",
+ "value": 8250
+ },
+ "issuingAuthority": "HM Passport Office",
+ "notes": "Renew before the next family trip.",
+ "title": "UK Passport"
+ }
+]
addedInput schema / properties / documentNumber / description
Added value: +"The document's reference or serial number, e.g. a passport number or insurance policy number."
addedInput schema / properties / documentNumber / examples
Added value: +[
+ "512345678"
+]
addedInput schema / properties / documentType / description
Added value: +"The kind of document being stored."
addedInput schema / properties / documentType / examples
Added value: +[
+ "Passport"
+]
addedInput schema / properties / fee / description
Added value: +"The cost associated with the document, e.g. a renewal or issuance fee."
addedInput schema / properties / fee / properties / currencyCode / examples
Added value: +[
+ "GBP"
+]
addedInput schema / properties / fee / properties / value / examples
Added value: +[
+ 8250
+]
addedInput schema / properties / issuingAuthority / description
Added value: +"The organization or authority that issued the document."
addedInput schema / properties / issuingAuthority / examples
Added value: +[
+ "HM Passport Office"
+]
addedInput schema / properties / notes / description
Added value: +"Free-text notes about the document."
changedInput schema / properties / renewalCronExpression / description
Previous value: -"Cron expression for renewal"New value: +"Reserved for a future renewal-reminder schedule. Currently accepted but not persisted or acted on by document creation — has no effect yet."
addedInput schema / properties / title / description
Added value: +"A custom title for the document. If omitted, one is derived from the document type and number, e.g. 'Passport - 512345678'."
addedInput schema / properties / title / examples
Added value: +[
+ "UK Passport"
+]