Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Add Code Snippets to Spec Files
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth committed Oct 2, 2023
1 parent 926ba87 commit a584517
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions site/specs/numbers_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8496,7 +8496,7 @@ components:
type: string
Subscriber:
oneOf:
- $ref: '#/components/schemas/ManualGlobalSubscriberPersonal'
- $ref: '#/components/schemas/ManualGlobalSubscriberResidential'
- $ref: '#/components/schemas/ManualGlobalSubscriberBusiness'
title: LnpOrderSupp
type: object
Expand Down Expand Up @@ -9092,7 +9092,7 @@ components:
type: integer
Subscriber:
oneOf:
- $ref: '#/components/schemas/ManualGlobalSubscriberPersonal'
- $ref: '#/components/schemas/ManualGlobalSubscriberResidential'
- $ref: '#/components/schemas/ManualGlobalSubscriberBusiness'
required:
- SiteId
Expand Down Expand Up @@ -9177,7 +9177,7 @@ components:
type: object
Subscriber:
oneOf:
- $ref: '#/components/schemas/ManualGlobalSubscriberPersonal'
- $ref: '#/components/schemas/ManualGlobalSubscriberResidential'
- $ref: '#/components/schemas/ManualGlobalSubscriberBusiness'
type: object
title: Manual Global LNP Order Response
Expand Down Expand Up @@ -9211,7 +9211,7 @@ components:
- VatNumber
title: BUSINESS
type: object
ManualGlobalSubscriberPersonal:
ManualGlobalSubscriberResidential:
properties:
AddressId:
description: >-
Expand All @@ -9230,14 +9230,14 @@ components:
type: string
SubscriberType:
enum:
- PERSONAL
- RESIDENTIAL
type: string
required:
- SubscriberType
- AddressId
- FirstName
- LastName
title: PERSONAL
title: RESIDENTIAL
type: object
ManualNANPTollFreeLnpOrderRequest:
description: >-
Expand Down Expand Up @@ -30461,7 +30461,7 @@ paths:
</ListOfPhoneNumbers>
<CustomerOrderId>myOrder</CustomerOrderId>
</LnpOrder>
Global Port-in, Personal Subscriber:
Global Port-in, Residential Subscriber:
value: |-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<LnpOrder>
Expand All @@ -30470,7 +30470,7 @@ paths:
<PeerId>553906</PeerId>
<LosingCarrierName>British Telecom</LosingCarrierName>
<Subscriber>
<SubscriberType>PERSONAL</SubscriberType>
<SubscriberType>RESIDENTIAL</SubscriberType>
<FirstName>Jane</FirstName>
<LastName>Doe</LastName>
<MiddleInitial>M</MiddleInitial>
Expand Down Expand Up @@ -30523,7 +30523,7 @@ paths:
</ListOfPhoneNumbers>
<CustomerOrderId>myOrder</CustomerOrderId>
</LnpOrderResponse>
Global Port-in Order Response, Personal Subscriber:
Global Port-in Order Response, Residential Subscriber:
value: |-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<LnpOrderResponse>
Expand All @@ -30535,7 +30535,7 @@ paths:
<RequestedFocDate>2023-09-01</RequestedFocDate>
<LoaAuthorizingPerson>The Authguy</LoaAuthorizingPerson>
<Subscriber>
<SubscriberType>PERSONAL</SubscriberType>
<SubscriberType>RESIDENTIAL</SubscriberType>
<FirstName>Jane</FirstName>
<LastName>Doe</LastName>
<MiddleInitial>M</MiddleInitial>
Expand Down

0 comments on commit a584517

Please sign in to comment.