@@ -544,65 +544,38 @@ components:
544
544
allOf:
545
545
- $ref:'#/components/schemas/StringPatch'
546
546
description: Put unit, suite, floor, etc. here.
547
- allOf:
548
- - $ref:'#/components/schemas/StringPatch'
549
- description: Put unit, suite, floor, etc. here.
550
547
City:
551
548
allOf:
552
549
- $ref:'#/components/schemas/StringPatch'
553
550
description: City.
554
- allOf:
555
- - $ref:'#/components/schemas/StringPatch'
556
- description: City.
557
551
County:
558
552
allOf:
559
553
- $ref:#/components/schemas/StringPatch'
560
554
description: The county where the subscriber or business is located.
561
- allOf:
562
- - $ref:#/components/schemas/StringPatch'
563
- description: The county where the subscriber or business is located.
564
555
HouseNumber:
565
556
allOf:
566
557
- $ref:'#/components/schemas/StringPatch'
567
558
description: Street address number.
568
- allOf:
569
- - $ref:'#/components/schemas/StringPatch'
570
- description: Street address number.
571
559
HousePrefix:
572
560
allOf:
573
561
- $ref: '#/components/schemas/StringPatch'
574
562
description: Street address number prefix.
575
- allOf:
576
- - $ref: '#/components/schemas/StringPatch'
577
- description: Street address number prefix.
578
563
HouseSuffix:
579
564
allOf:
580
565
- $ref:#/components/schemas/StringPatch'
581
566
description: Street address number suffix.
582
- allOf:
583
- - $ref:#/components/schemas/StringPatch'
584
- description: Street address number suffix.
585
567
PlusFour:
586
568
allOf:
587
569
- $ref:'#/components/schemas/StringPatch'
588
570
description: Zip + 4 value.
589
- allOf:
590
- - $ref:'#/components/schemas/StringPatch'
591
- description: Zip + 4 value.
592
571
PostDirectional:
593
572
allOf:
594
573
- $ref:#/components/schemas/StringPatch'
595
574
description: Street address post directional.
596
- allOf:
597
- - $ref:#/components/schemas/StringPatch'
598
- description: Street address post directional.
599
575
PreDirectional:
600
576
allOf:
601
577
- $ref:'#/components/schemas/StringPatch'
602
578
description: Street address pre-directional.
603
- allOf:
604
- - $ref:'#/components/schemas/StringPatch'
605
- description: Street address pre-directional.
606
579
StateCode:
607
580
allOf:
608
581
- $ref:'#/components/schemas/StringPatch'
0 commit comments