We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a4bd6 commit 3bf5a62Copy full SHA for 3bf5a62
1 file changed
openapi.yaml
@@ -4811,8 +4811,10 @@ components:
4811
- $ref: '#/components/schemas/se_id'
4812
description: A string that uniquely identifies the carrier.
4813
carrier_code:
4814
- allOf:
4815
- - $ref: '#/components/schemas/se_id'
+ type: string
+ readOnly: true
4816
+ minLength: 1
4817
+ example: stamps_com
4818
4819
account_number:
4820
type: string
0 commit comments