Skip to content

Commit

Permalink
Revert "Yet more nullable fields in the wild"
Browse files Browse the repository at this point in the history
This reverts commit 83138db.
  • Loading branch information
kendallb committed Jun 7, 2022
1 parent 83138db commit a6690ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8231,7 +8231,6 @@ components:
- $ref: '#/components/schemas/tracking_number'
status_code:
type: string
nullable: true
readOnly: true
minLength: 1
example: DE
Expand Down Expand Up @@ -8303,7 +8302,6 @@ components:
description:
type: string
readOnly: true
nullable: true
minLength: 0
example: 'Delivered, In/At Mailbox'
description: Event description
Expand Down Expand Up @@ -8347,7 +8345,6 @@ components:
description: Signer information
event_code:
type: string
nullable: true
minLength: 0
description: Event Code
latitude:
Expand Down

0 comments on commit a6690ba

Please sign in to comment.