Commit ad50759e authored by ruiyue's avatar ruiyue
Browse files

Merge branch '28.312_Rel17_CR0115_Add_missing_stage_3_Yaml' into 'Integration_Rel17_SA5_150_YAML'

28.312 rel17 cr0115 add missing stage 3 yaml

See merge request !692
parents d0359a98 1ff4af1a
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ components:
            $ref: "TS28312_IntentNrm.yaml#/components/schemas/FulfilmentInfo" 
      required:
        - expectationId
    ServiceSupportExpectation:
    EdgeServiceSupportExpectation:
      description: >-
        This data type is the "IntentExpectation" data type with specialisations to represent MnS consumer's expectations for service deployment    
      type: object
@@ -55,7 +55,7 @@ components:
        expectationVerb:
           $ref: "TS28312_IntentNrm.yaml#/components/schemas/ExpectationVerb"
        expectationObject:
          $ref: "#/components/schemas/ServiceSupportExpectationObject"
          $ref: "#/components/schemas/EdgeServiceSupportExpectationObject"
        expectationTargets:
          type: array
          items:
@@ -108,9 +108,9 @@ components:
              - $ref: "#/components/schemas/NRFqBandContext"
              - $ref: "#/components/schemas/RATContext"
              - $ref: "TS28312_IntentNrm.yaml#/components/schemas/ObjectContext"               
    ServiceSupportExpectationObject: 
    EdgeServiceSupportExpectationObject: 
      description: >-
        This data type is the "ExpectationObject" data type with specialisations for ServiceSupportExpectation
        This data type is the "ExpectationObject" data type with specialisations for EdgeServiceSupportExpectation
      type: object
      properties:
        objectType:
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ components:
              oneOf:
                - $ref: "#/components/schemas/IntentExpectation"
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioNetworkExpectation"
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/ServiceSupportExpectation"                
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/EdgeServiceSupportExpectation"                
          intentContexts:
            type: array
            items:
@@ -89,7 +89,7 @@ components:
          type: string
          enum:
            - RAN_SubNetwork  #value for Radio Network Expectation--#
            - Service_Support  #value for Service Support Expectation--#
            - EdgeService_Support  #value for Service Support Expectation--#
        objectInstance:
          $ref: "TS28623_ComDefs.yaml#/components/schemas/Dn"
        objectContexts: