addedInput schema / examples
Added value: +[
+ {
+ "brand": "Samsung",
+ "model": "RF28R7351SG",
+ "name": "Kitchen Refrigerator",
+ "purchaseDate": "2023-11-04",
+ "serialNumber": "S/N-4471829",
+ "warrantyExpiryDate": "2025-11-04"
+ }
+]
addedInput schema / properties / brand / description
Added value: +"Manufacturer or brand name."
addedInput schema / properties / brand / examples
Added value: +[
+ "Samsung"
+]
changedInput schema / properties / insuranceDocumentId / description
Previous value: -"Document ID of insurance policy"New value: +"ID of a previously created document containing the insurance policy."
addedInput schema / properties / insuranceDocumentId / examples
Added value: +[
+ "doc_1a2b3c4d5e6f"
+]
addedInput schema / properties / model / description
Added value: +"Model name or number, as printed on the appliance or its manual."
addedInput schema / properties / model / examples
Added value: +[
+ "RF28R7351SG"
+]
addedInput schema / properties / name / description
Added value: +"Name of the appliance, e.g. what it is or where it's located."
addedInput schema / properties / name / examples
Added value: +[
+ "Kitchen Refrigerator"
+]
addedInput schema / properties / notes / description
Added value: +"Freeform notes about the appliance."
addedInput schema / properties / notes / examples
Added value: +[
+ "Extended warranty purchased in-store, receipt in the kitchen drawer."
+]
changedInput schema / properties / purchaseDate / description
Previous value: -"YYYY-MM-DD format"New value: +"Date the appliance was purchased, in YYYY-MM-DD format."
addedInput schema / properties / purchaseDate / examples
Added value: +[
+ "2023-11-04"
+]
addedInput schema / properties / serialNumber / description
Added value: +"Manufacturer serial number, used when contacting support or filing a warranty claim."
addedInput schema / properties / serialNumber / examples
Added value: +[
+ "S/N-4471829"
+]
changedInput schema / properties / warrantyDocumentId / description
Previous value: -"Document ID of warranty"New value: +"ID of a previously created document containing the warranty paperwork."
addedInput schema / properties / warrantyDocumentId / examples
Added value: +[
+ "doc_8f3a1c2b9e4d"
+]
changedInput schema / properties / warrantyExpiryDate / description
Previous value: -"YYYY-MM-DD format"New value: +"Date the manufacturer warranty expires, in YYYY-MM-DD format. Must not be before purchaseDate."
addedInput schema / properties / warrantyExpiryDate / examples
Added value: +[
+ "2025-11-04"
+]