Skip to content

Commit 6339be7

Browse files
author
Prathiba
committed
Incorporating the changes from branch 1403.
1 parent b5c48ce commit 6339be7

1 file changed

Lines changed: 20 additions & 9 deletions

File tree

server/api/openapi.yaml

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129150,11 +129150,6 @@ components:
129150129150
$ref: "#/components/schemas/forwardingDomain_forwardingconstruct"
129151129151
CONTROL_CONSTRUCT:
129152129152
required:
129153-
- alarms-1-0:alarm-pac
129154-
- equipment
129155-
- firmware-1-0:firmware-collection
129156-
- logical-termination-point
129157-
- profile-collection
129158129153
- uuid
129159129154
type: object
129160129155
properties:
@@ -129391,6 +129386,16 @@ components:
129391129386
- ""
129392129387
PROFILE:
129393129388
anyOf:
129389+
- required:
129390+
- profile-name
129391+
- uuid
129392+
type: object
129393+
properties:
129394+
uuid:
129395+
type: string
129396+
profile-name:
129397+
type: string
129398+
description: default
129394129399
- required:
129395129400
- co-channel-profile-1-0:co-channel-profile-pac
129396129401
- profile-name
@@ -129481,8 +129486,6 @@ components:
129481129486
wred-template-profile-1-0:wred-template-profile-pac:
129482129487
$ref: "#/components/schemas/PROFILE_wredtemplateprofile10wredtemplateprofilepac"
129483129488
description: wred-template-profile
129484-
- type: object
129485-
description: default
129486129489
CO_CHANNEL_PROFILE_CAPABILITY:
129487129490
type: object
129488129491
CO_CHANNEL_PROFILE_CONFIGURATION:
@@ -129540,6 +129543,16 @@ components:
129540129543
type: object
129541129544
LAYER_PROTOCOL:
129542129545
anyOf:
129546+
- required:
129547+
- layer-protocol-name
129548+
- local-id
129549+
type: object
129550+
properties:
129551+
local-id:
129552+
type: string
129553+
layer-protocol-name:
129554+
type: string
129555+
description: default
129543129556
- required:
129544129557
- air-interface-2-0:air-interface-pac
129545129558
- layer-protocol-name
@@ -129688,8 +129701,6 @@ components:
129688129701
- 'synchronization-1-0:LAYER_PROTOCOL_NAME_TYPE_SYNCHRONIZATION_LAYER'
129689129702
- 'synchronization-1-0:LAYER_PROTOCOL_NAME_TYPE_PTP_LAYER'
129690129703
description: synchronization
129691-
- type: object
129692-
description: default
129693129704
FORWARDING_DOMAIN:
129694129705
required:
129695129706
- uuid

0 commit comments

Comments
 (0)