Skip to content

Commit 3bf5a62

Browse files
committed
The carrier code is a general string, NOT an se_id.
1 parent d1a4bd6 commit 3bf5a62

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4811,8 +4811,10 @@ components:
48114811
- $ref: '#/components/schemas/se_id'
48124812
description: A string that uniquely identifies the carrier.
48134813
carrier_code:
4814-
allOf:
4815-
- $ref: '#/components/schemas/se_id'
4814+
type: string
4815+
readOnly: true
4816+
minLength: 1
4817+
example: stamps_com
48164818
description: A string that uniquely identifies the carrier.
48174819
account_number:
48184820
type: string

0 commit comments

Comments
 (0)