addedInput schema / examples
Added value: +[
+ {
+ "dateOfBirth": "2021-06-15",
+ "microchipNumber": "985141000123456",
+ "name": "Bella",
+ "notes": "Allergic to chicken; on prescription food."
+ }
+]
changedInput schema / properties / dateOfBirth / description
Previous value: -"YYYY-MM-DD format"New value: +"The pet's date of birth, in YYYY-MM-DD format."
addedInput schema / properties / dateOfBirth / examples
Added value: +[
+ "2021-06-15"
+]
changedInput schema / properties / insuranceDocumentId / description
Previous value: -"Document ID of insurance policy"New value: +"ID of a previously created document containing the pet's insurance policy."
addedInput schema / properties / insuranceDocumentId / examples
Added value: +[
+ "doc_1a2b3c4d5e6f"
+]
addedInput schema / properties / microchipNumber / description
Added value: +"Microchip identification number, used to reunite a lost pet with its household."
addedInput schema / properties / microchipNumber / examples
Added value: +[
+ "985141000123456"
+]
addedInput schema / properties / name / description
Added value: +"The pet's name."
addedInput schema / properties / name / examples
Added value: +[
+ "Bella"
+]
addedInput schema / properties / notes / description
Added value: +"Freeform notes about the pet, e.g. dietary needs or medical history."
addedInput schema / properties / notes / examples
Added value: +[
+ "Allergic to chicken; on prescription food."
+]
changedInput schema / properties / vetContactId / description
Previous value: -"Contact ID of the vet"New value: +"ID of a previously created contact for the pet's vet."
addedInput schema / properties / vetContactId / examples
Added value: +[
+ "contact_5e6f7a8b9c0d"
+]