From 9b736c0aa82bdfe2d0398fcfebe580388bddb0c5 Mon Sep 17 00:00:00 2001 From: moscatelli Date: Wed, 17 Apr 2019 12:22:43 +0200 Subject: [PATCH] SOL005: fix in ApiVersionInformation data type --- src/SOL005/definitions/SOL005_def.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/SOL005/definitions/SOL005_def.yaml b/src/SOL005/definitions/SOL005_def.yaml index 29fb9e1..b5709eb 100644 --- a/src/SOL005/definitions/SOL005_def.yaml +++ b/src/SOL005/definitions/SOL005_def.yaml @@ -278,13 +278,14 @@ definitions: type: array items: type: object + required: + - version properties: version: description: > Identifies a supported version. The value of the version attribute shall be a version identifier as specified in clause 4.6.1. type: string - required: true isDeprecated: description: > If such information is available, this attribute indicates whether use of the @@ -293,14 +294,12 @@ definitions: not to be used any longer. When a version is no longer supported, it does not appear in the response body. $ref: "#/definitions/Boolean" - required: false retirementDate: description: > The date and time after which the API version will no longer be supported. This attribute may be included if the value of the isDeprecated attribute is set to true and shall be absent otherwise. $ref: "#/definitions/DateTime" - required: false SubscriptionAuthentication: type: object -- GitLab