Loading src/SOL005/definitions/SOL005_def.yaml +2 −3 Original line number Original line Diff line number Diff line Loading @@ -278,13 +278,14 @@ definitions: type: array type: array items: items: type: object type: object required: - version properties: properties: version: version: description: > description: > Identifies a supported version. The value of the version attribute shall Identifies a supported version. The value of the version attribute shall be a version identifier as specified in clause 4.6.1. be a version identifier as specified in clause 4.6.1. type: string type: string required: true isDeprecated: isDeprecated: description: > description: > If such information is available, this attribute indicates whether use of the If such information is available, this attribute indicates whether use of the Loading @@ -293,14 +294,12 @@ definitions: not to be used any longer. When a version is no longer supported, it does not not to be used any longer. When a version is no longer supported, it does not appear in the response body. appear in the response body. $ref: "#/definitions/Boolean" $ref: "#/definitions/Boolean" required: false retirementDate: retirementDate: description: > description: > The date and time after which the API version will no longer be supported. 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 This attribute may be included if the value of the isDeprecated attribute is set to true and shall be absent otherwise. is set to true and shall be absent otherwise. $ref: "#/definitions/DateTime" $ref: "#/definitions/DateTime" required: false SubscriptionAuthentication: SubscriptionAuthentication: type: object type: object Loading Loading
src/SOL005/definitions/SOL005_def.yaml +2 −3 Original line number Original line Diff line number Diff line Loading @@ -278,13 +278,14 @@ definitions: type: array type: array items: items: type: object type: object required: - version properties: properties: version: version: description: > description: > Identifies a supported version. The value of the version attribute shall Identifies a supported version. The value of the version attribute shall be a version identifier as specified in clause 4.6.1. be a version identifier as specified in clause 4.6.1. type: string type: string required: true isDeprecated: isDeprecated: description: > description: > If such information is available, this attribute indicates whether use of the If such information is available, this attribute indicates whether use of the Loading @@ -293,14 +294,12 @@ definitions: not to be used any longer. When a version is no longer supported, it does not not to be used any longer. When a version is no longer supported, it does not appear in the response body. appear in the response body. $ref: "#/definitions/Boolean" $ref: "#/definitions/Boolean" required: false retirementDate: retirementDate: description: > description: > The date and time after which the API version will no longer be supported. 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 This attribute may be included if the value of the isDeprecated attribute is set to true and shall be absent otherwise. is set to true and shall be absent otherwise. $ref: "#/definitions/DateTime" $ref: "#/definitions/DateTime" required: false SubscriptionAuthentication: SubscriptionAuthentication: type: object type: object Loading