Commit b15ba5db authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'Integration_Rel17_SA5_150_YAML' into...

Merge branch 'Integration_Rel17_SA5_150_YAML' into 'TS28.312_Rel-17_CR0096_Update_satge3_to_align_with_stage2'

# Conflicts:
#   OpenAPI/TS28312_IntentNrm.yaml
parents 1c1f96dd 0e4fab74
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -124,8 +124,8 @@ components:
          items:
            type: object
            oneOf:
              - $ref: "#/components/schemas/EdgeIdenfiticationIdContext"
              - $ref: "#/components/schemas/EdgeIdenfiticationLocContext"
              - $ref: "#/components/schemas/EdgeIdentificationIdContext"
              - $ref: "#/components/schemas/EdgeIdentificationLocContext"
              - $ref: "#/components/schemas/CoverageAreaTAContext"   
              - $ref: "TS28312_IntentNrm.yaml#/components/schemas/ObjectContext"   
   #-------Definition of the ExpectationObject dataType ----------#    
@@ -522,9 +522,9 @@ components:
              - UTRAN
              - EUTRAN
              - NR
    EdgeIdenfiticationIdContext:
    EdgeIdentificationIdContext:
      description: >-
        This data type is the "ObjectContext" data type with specialisations for EdgeIdenfiticationIdContext      
        This data type is the "ObjectContext" data type with specialisations for EdgeIdentificationIdContext      
      type: object
      properties:
        contextAttribute:
@@ -539,9 +539,9 @@ components:
          type: array
          items:
            type: string
    EdgeIdenfiticationLocContext:
    EdgeIdentificationLocContext:
      description: >-
        This data type is the "ObjectContext" data type with specialisations for EdgeIdenfiticationLocContext    
        This data type is the "ObjectContext" data type with specialisations for EdgeIdentificationLocContext    
      type: object
      properties:
        contextAttribute:
@@ -577,7 +577,7 @@ components:
          type: integer
   #-------Definition of the scenario specific  ObjectTarget dataType----------------#
   
   #-------Definition of the concrete ExpectionContext dataType----------------#
   #-------Definition of the concrete ExpectationContext dataType----------------#
    ServiceStartTimeContext:
      description: >-
        This data type is the "ExpectationContext" data type with specialisations for ServiceStartTimeContext       
@@ -642,4 +642,4 @@ components:
          type: array
          items:
            $ref: "TS28541_SliceNrm.yaml#/components/schemas/SharingLevel"
   #-------Definition of the concrete ExpectionContext dataType----------------#
   #-------Definition of the concrete ExpectationContext dataType----------------#
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ components:
          type: array
          items:
            type: number 
   #-------Definition of the concrete ExpectionContext dataType----------------#
   #-------Definition of the concrete ExpectationContext dataType----------------#
   
   #------Definition of JSON arrays for name-contained IOCs ---------------#

+2 −2
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ paths:
    patch:
      summary: 'Clear, acknowledge or unacknowledge a single alarm'
      description: >-
        Clears, acknowledges or uncknowldeges a single alarm by patching the alarm
        Clears, acknowledges or unacknowldeges a single alarm by patching the alarm
        information. A conditional acknowledge request based on the perceived
        severity is not supported.
      parameters:
@@ -961,7 +961,7 @@ components:
    MergePatchAcknowledgeAlarm:
      description: >-
        Patch document acknowledging or unacknowledging a single alarm. For
        acknowleding an alarm the value of ackState is ACKNOWLEDGED, for unacknowleding
        acknowledging an alarm the value of ackState is ACKNOWLEDGED, for unacknowledging
        an alarm the value of ackState is UNACKNOWLEDGED.
      type: object
      required:
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ components:
      enum:
        - Performance
        - Trace
        - Anatytics
        - Analytics
        - Proprietary
    FileNotificationTypes:
      type: string
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ paths:
            This status code shall be returned when the resource is replaced, and
            when the replaced resource representation is not identical to the resource
            representation in the request.
            This status code may be retourned when the resource is updated and when the
            This status code may be returned when the resource is updated and when the
            updated resource representation is identical to the resource representation
            in the request.
            The representation of the updated resource is returned in the response
@@ -205,7 +205,7 @@ paths:
          description: >-
            This parameter specifies the attributes of the scoped resources that
            are returned.
          required: true
          required: false
          schema:
            type: array
            items:
Loading