File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -9726,20 +9726,24 @@ components:
97269726 type : string
97279727 minLength : 0
97289728 readOnly : true
9729+ nullable : true
97299730 example : ' Your item was delivered in or at the mailbox at 9:10 am on March'
97309731 description : carrier status description
97319732 ship_date :
97329733 allOf :
97339734 - $ref : ' #/components/schemas/date_time'
97349735 estimated_delivery_date :
9736+ nullable : true
97359737 allOf :
97369738 - $ref : ' #/components/schemas/date_time'
97379739 actual_delivery_date :
9740+ nullable : true
97389741 allOf :
97399742 - $ref : ' #/components/schemas/date_time'
97409743 exception_description :
97419744 type : string
97429745 readOnly : true
9746+ nullable : true
97439747 minLength : 0
97449748 description : Exception description
97459749 events :
@@ -9780,14 +9784,6 @@ components:
97809784 description : A track event
97819785 required :
97829786 - occurred_at
9783- - city_locality
9784- - state_province
9785- - postal_code
9786- - carrier_detail_code
9787- - status_code
9788- - status_description
9789- - carrier_status_code
9790- - carrier_status_description
97919787 additionalProperties : false
97929788 properties :
97939789 occurred_at :
@@ -9809,32 +9805,38 @@ components:
98099805 city_locality :
98109806 type : string
98119807 readOnly : true
9808+ nullable : true
98129809 example : AUSTIN
98139810 minLength : 0
98149811 description : City locality
98159812 state_province :
98169813 type : string
98179814 readOnly : true
9815+ nullable : true
98189816 example : TX
98199817 minLength : 2
98209818 description : State province
98219819 postal_code :
98229820 type : string
98239821 readOnly : true
9822+ nullable : true
98249823 example : 78756
98259824 minLength : 0
98269825 description : Postal code
98279826 country_code :
9827+ nullable : true
98289828 allOf :
98299829 - $ref : ' #/components/schemas/country_code'
98309830 company_name :
98319831 type : string
98329832 readOnly : true
9833+ nullable : true
98339834 example : Stamps.com
98349835 minLength : 0
98359836 description : Company Name
98369837 signer :
98379838 type : string
9839+ nullable : true
98389840 minLength : 0
98399841 readOnly : true
98409842 description : Signer information
@@ -9872,12 +9874,14 @@ components:
98729874 latitude :
98739875 type : number
98749876 format : double
9877+ nullable : true
98759878 minimum : -90
98769879 maximum : 90
98779880 description : Latitude coordinate of tracking event.
98789881 longitude :
98799882 type : number
98809883 format : double
9884+ nullable : true
98819885 minimum : -180
98829886 maximum : 180
98839887 description : Longitude coordinate of tracking event.
You can’t perform that action at this time.
0 commit comments