Commit 5e2d8c65 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.105_CR#0006_Clarifications_and_corrections_into_the_Class_definitions_and_Attribute_properties' into 'Integration_Rel17_SA5_145_YAML'

Ts28.105 cr#0006 clarifications and corrections into the class definitions and attribute properties

See merge request sa5/MnS!368
parents 0d58e519 6eb21416
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -30,11 +30,19 @@ components:
        aIMLEntityVersion:
          type: string
        expectedRunTimeContext:
          type: string
          $ref: '#/components/schemas/AIMLContext'
        trainingContext:
          type: string
          $ref: '#/components/schemas/AIMLContext'
        runTimeContext:
          type: string
          $ref: '#/components/schemas/AIMLContext'

    AIMLContext:
      type: object
      properties:
        inferenceEntityRef:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
        dataProviderRef:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

    RequestStatus:
      type: string