Commit 5a5fd695 authored by Jan Groenendijk's avatar Jan Groenendijk
Browse files

Update TS28312_IntentExpectations.yaml update service support to edge service support

parent 62051f83
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -46,7 +46,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
@@ -58,7 +58,7 @@ components:
        expectationObjects:
          type: array
          items:
            $ref: "#/components/schemas/ServiceSupportExpectationObject"
            $ref: "#/components/schemas/EdgeServiceSupportExpectationObject"
        expectationTargets:
          type: array
          items:
@@ -111,15 +111,15 @@ components:
              - $ref: "#/components/schemas/NRFqBandContext"
              - $ref: "#/components/schemas/RATContext"
              - $ref: "#/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:
          type: string
          enum:
            - Service_Support #value for Service Support Expectation--#
            - EdgeService_Support #value for Edge Service Support Expectation--#
        objectInstance:
          $ref: "TS28623_ComDefs.yaml#/components/schemas/Dn"
        objectContexts: