From bddb3021de8531be3fd762ab181bfa5ef4f0befc Mon Sep 17 00:00:00 2001 From: Tomer Cohen Date: Wed, 6 Dec 2017 18:10:51 +0200 Subject: [PATCH] =?UTF-8?q?bug=2016=20=E2=80=94=20Replace=20'mp1.security'?= =?UTF-8?q?=20with=20'security'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I00472ed8120c1105a42f400279499798ab3d6e10 --- Mp1.yaml | 8 ++++---- definitions/TransportInfo.yaml | 4 ++-- examples/ServiceInfo.json | 2 +- examples/ServiceInfo.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Mp1.yaml b/Mp1.yaml index 89d76ee..2632f07 100644 --- a/Mp1.yaml +++ b/Mp1.yaml @@ -353,7 +353,7 @@ paths: addresses: - host: 192.0.2.0 port: '8080' - mp1.security: + security: oAuth2Info: grantTypes: OAUTH2_CLIENT_CREDENTIALS tokenEndpoint: /meMp1/mp1.security/TokenEndPoint @@ -399,7 +399,7 @@ paths: addresses: - host: 192.0.2.0 port: '8080' - mp1.security: + security: oAuth2Info: grantTypes: OAUTH2_CLIENT_CREDENTIALS tokenEndpoint: /meMp1/mp1.security/TokenEndPoint @@ -1203,7 +1203,7 @@ definitions: - protocol - version - endpoint - - mp1.security + - security properties: id: $ref: '#/definitions/TransportInfo.Id' @@ -1219,7 +1219,7 @@ definitions: $ref: '#/definitions/TransportInfo.Version' endpoint: $ref: '#/definitions/EndPointInfo' - mp1.security: + security: $ref: '#/definitions/SecurityInfo' implSpecificInfo: $ref: '#/definitions/TransportInfo.ImplSpecificInfo' diff --git a/definitions/TransportInfo.yaml b/definitions/TransportInfo.yaml index 3725248..a34a6c1 100644 --- a/definitions/TransportInfo.yaml +++ b/definitions/TransportInfo.yaml @@ -7,7 +7,7 @@ required: - protocol - version - endpoint -- mp1.security +- security properties: id: $ref: '#/definitions/TransportInfo.Id' @@ -23,7 +23,7 @@ properties: $ref: '#/definitions/TransportInfo.Version' endpoint: $ref: '#/definitions/EndPointInfo' - mp1.security: + security: $ref: '#/definitions/SecurityInfo' implSpecificInfo: $ref: '#/definitions/TransportInfo.ImplSpecificInfo' \ No newline at end of file diff --git a/examples/ServiceInfo.json b/examples/ServiceInfo.json index 47e66fb..c2cbeae 100644 --- a/examples/ServiceInfo.json +++ b/examples/ServiceInfo.json @@ -29,7 +29,7 @@ } ] }, - "mp1.security": { + "security": { "oAuth2Info": { "grantTypes": "OAUTH2_CLIENT_CREDENTIALS", "tokenEndpoint": "/meMp1/mp1.security/TokenEndPoint" diff --git a/examples/ServiceInfo.yaml b/examples/ServiceInfo.yaml index 1da9889..06f9102 100644 --- a/examples/ServiceInfo.yaml +++ b/examples/ServiceInfo.yaml @@ -22,7 +22,7 @@ ServiceInfo: addresses: - host: '192.0.2.0' port: '8080' - mp1.security: + security: oAuth2Info: grantTypes: OAUTH2_CLIENT_CREDENTIALS tokenEndpoint: /meMp1/mp1.security/TokenEndPoint -- GitLab