From b5452fdeb19779ae5be410bd38cd3ba17e0d7f85 Mon Sep 17 00:00:00 2001 From: yaoyiz Date: Tue, 23 Aug 2022 15:28:21 +0000 Subject: [PATCH 1/2] Update OpenAPI/TS28105_AiMlNrm.yaml --- OpenAPI/TS28105_AiMlNrm.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28105_AiMlNrm.yaml b/OpenAPI/TS28105_AiMlNrm.yaml index a4afbb619..bf6228025 100644 --- a/OpenAPI/TS28105_AiMlNrm.yaml +++ b/OpenAPI/TS28105_AiMlNrm.yaml @@ -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 -- GitLab From 6eb214169e200d76b36cca2c6be4c0387413af96 Mon Sep 17 00:00:00 2001 From: yaoyiz Date: Tue, 23 Aug 2022 15:43:29 +0000 Subject: [PATCH 2/2] Update TS28105_AiMlNrm.yaml --- OpenAPI/TS28105_AiMlNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28105_AiMlNrm.yaml b/OpenAPI/TS28105_AiMlNrm.yaml index bf6228025..01a77f34a 100644 --- a/OpenAPI/TS28105_AiMlNrm.yaml +++ b/OpenAPI/TS28105_AiMlNrm.yaml @@ -40,9 +40,9 @@ components: type: object properties: inferenceEntityRef: - $ref: 'comDefs.yaml#/components/schemas/DnList' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' dataProviderRef: - $ref: 'comDefs.yaml#/components/schemas/DnList' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' RequestStatus: type: string -- GitLab