Skip to content

Commit

Permalink
OAS modules with namespace added to augment properties
Browse files Browse the repository at this point in the history
  • Loading branch information
amazzini committed May 25, 2024
1 parent abed972 commit 04485c6
Show file tree
Hide file tree
Showing 12 changed files with 186 additions and 186 deletions.
10 changes: 5 additions & 5 deletions OAS/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -13110,7 +13110,7 @@ definitions:
tapi.connectivity.ContextAugmentation3:
type: "object"
properties:
connectivity-context:
tapi-connectivity:connectivity-context:
description: "Augments the base TAPI Context with ConnectivityService information"
$ref: "#/definitions/tapi.connectivity.ConnectivityContext"
x-augmentation:
Expand Down Expand Up @@ -13150,7 +13150,7 @@ definitions:
tapi.connectivity.OwnedNodeEdgePointAugmentation1:
type: "object"
properties:
cep-list:
tapi-connectivity:cep-list:
description: "none"
$ref: "#/definitions/tapi.connectivity.CepList"
x-augmentation:
Expand Down Expand Up @@ -13554,7 +13554,7 @@ definitions:
tapi.notification.ContextAugmentation1:
type: "object"
properties:
notification-context:
tapi-notification:notification-context:
description: "Augments the base TAPI Context with NotificationService information"
$ref: "#/definitions/tapi.notification.NotificationContext"
x-augmentation:
Expand Down Expand Up @@ -13987,7 +13987,7 @@ definitions:
tapi.path.computation.ContextAugmentation2:
type: "object"
properties:
path-computation-context:
tapi-path-computation:path-computation-context:
description: "Augments the base TAPI Context with PathComputationService information"
$ref: "#/definitions/tapi.path.computation.PathComputationContext"
x-augmentation:
Expand Down Expand Up @@ -14379,7 +14379,7 @@ definitions:
tapi.topology.ContextAugmentation4:
type: "object"
properties:
topology-context:
tapi-topology:topology-context:
description: "Augments the base TAPI Context with TopologyService information"
$ref: "#/definitions/tapi.topology.TopologyContext"
x-augmentation:
Expand Down
14 changes: 7 additions & 7 deletions OAS/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16125,7 +16125,7 @@ definitions:
tapi.connectivity.ContextAugmentation4:
type: "object"
properties:
connectivity-context:
tapi-connectivity:connectivity-context:
description: "Augments the base TAPI Context with ConnectivityService information"
$ref: "#/definitions/tapi.connectivity.ConnectivityContext"
x-augmentation:
Expand Down Expand Up @@ -16165,7 +16165,7 @@ definitions:
tapi.connectivity.OwnedNodeEdgePointAugmentation1:
type: "object"
properties:
cep-list:
tapi-connectivity:cep-list:
description: "none"
$ref: "#/definitions/tapi.connectivity.context.topologycontext.topology.node.ownednodeedgepoint.CepList"
x-augmentation:
Expand Down Expand Up @@ -16591,7 +16591,7 @@ definitions:
tapi.notification.ContextAugmentation2:
type: "object"
properties:
notification-context:
tapi-notification:notification-context:
description: "Augments the base TAPI Context with NotificationService information"
$ref: "#/definitions/tapi.notification.NotificationContext"
x-augmentation:
Expand Down Expand Up @@ -17019,7 +17019,7 @@ definitions:
tapi.oam.ConnectionEndPointAugmentation1:
type: "object"
properties:
mep-mip-list:
tapi-oam:mep-mip-list:
description: "none"
$ref: "#/definitions/tapi.oam.MepMipList"
x-augmentation:
Expand All @@ -17028,7 +17028,7 @@ definitions:
tapi.oam.ContextAugmentation1:
type: "object"
properties:
oam-context:
tapi-oam:oam-context:
description: "Augments the base TAPI Context with OamService information"
$ref: "#/definitions/tapi.oam.OamContext"
x-augmentation:
Expand Down Expand Up @@ -17740,7 +17740,7 @@ definitions:
tapi.path.computation.ContextAugmentation3:
type: "object"
properties:
path-computation-context:
tapi-path-computation:path-computation-context:
description: "Augments the base TAPI Context with PathComputationService information"
$ref: "#/definitions/tapi.path.computation.PathComputationContext"
x-augmentation:
Expand Down Expand Up @@ -18132,7 +18132,7 @@ definitions:
tapi.topology.ContextAugmentation5:
type: "object"
properties:
topology-context:
tapi-topology:topology-context:
description: "Augments the base TAPI Context with TopologyService information"
$ref: "#/definitions/tapi.topology.TopologyContext"
x-augmentation:
Expand Down
10 changes: 5 additions & 5 deletions OAS/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -7391,7 +7391,7 @@ definitions:
tapi.equipment.ContextAugmentation2:
type: "object"
properties:
physical-context:
tapi-equipment:physical-context:
description: "none"
$ref: "#/definitions/tapi.equipment.PhysicalContext"
x-augmentation:
Expand Down Expand Up @@ -7567,7 +7567,7 @@ definitions:
tapi.equipment.NodeAugmentation1:
type: "object"
properties:
supporting-physical-span:
tapi-equipment:supporting-physical-span:
description: "none"
$ref: "#/definitions/tapi.equipment.SupportingPhysicalSpan"
x-augmentation:
Expand All @@ -7576,7 +7576,7 @@ definitions:
tapi.equipment.OwnedNodeEdgePointAugmentation1:
type: "object"
properties:
supporting-access-port:
tapi-equipment:supporting-access-port:
description: "none"
$ref: "#/definitions/tapi.equipment.SupportingAccessPort"
x-augmentation:
Expand Down Expand Up @@ -7764,7 +7764,7 @@ definitions:
tapi.notification.ContextAugmentation1:
type: "object"
properties:
notification-context:
tapi-notification:notification-context:
description: "Augments the base TAPI Context with NotificationService information"
$ref: "#/definitions/tapi.notification.NotificationContext"
x-augmentation:
Expand Down Expand Up @@ -8209,7 +8209,7 @@ definitions:
tapi.topology.ContextAugmentation3:
type: "object"
properties:
topology-context:
tapi-topology:topology-context:
description: "Augments the base TAPI Context with TopologyService information"
$ref: "#/definitions/tapi.topology.TopologyContext"
x-augmentation:
Expand Down
Loading

0 comments on commit 04485c6

Please sign in to comment.