Commit b5452fde authored by yaoyiz's avatar yaoyiz
Browse files

Update OpenAPI/TS28105_AiMlNrm.yaml

parent 0d58e519
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: 'comDefs.yaml#/components/schemas/DnList'
        dataProviderRef:
          $ref: 'comDefs.yaml#/components/schemas/DnList'

    RequestStatus:
      type: string