Skip to content

Commit

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

0 comments on commit 83138db

Please sign in to comment.