From 907b7c501ccfca9c8db24f96802b9da591bbcfc5 Mon Sep 17 00:00:00 2001 From: Laurent Velez <laurent.velez@etsi.org> Date: Tue, 27 Jul 2021 19:17:39 +0200 Subject: [PATCH] added Container3 --- OpenAPI/openapi-AE1.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/openapi-AE1.yaml b/OpenAPI/openapi-AE1.yaml index 683cba6..776d063 100644 --- a/OpenAPI/openapi-AE1.yaml +++ b/OpenAPI/openapi-AE1.yaml @@ -59,7 +59,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_201' + $ref: '#/components/schemas/create_201' examples: "0": value: '{"m2m:ae": {"rn": "temperature", "api": "N01.com.company.temperature ", "lbl": ["key1", "key2"], "rr": true, "srv": ["3"], "poa": ["http://192.168.1.30:8080"], "ri": "CAdmin", "ct": "20210330T153934,791690", "lt": "20210330T153934,791690", "et": "20220330T153934,791714", "pi": "id-in", "ty": 2, "aei": "CAdmin"}}' @@ -101,7 +101,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_201' + $ref: '#/components/schemas/create_201' examples: "0": value: '{"m2m:ae": {"rn": "temperature", "api": "N01.com.company.temperature ", "lbl": ["key1", "key2"], "rr": true, "srv": ["3"], "poa": ["http://192.168.1.30:8080"], "ri": "CAdmin", "ct": "20210330T153934,791690", "lt": "20210330T153934,791690", "et": "20220330T153934,791714", "pi": "id-in", "ty": 2, "aei": "CAdmin"}}' @@ -111,7 +111,7 @@ paths: - url: http://192.168.1.30:8080 components: schemas: - inline_response_201: + create_201: type: object properties: m2m:ae: -- GitLab