Skip to content

Commit 9039322

Browse files
authored
Merge pull request #16 from 3D-Beacons/sequence-summary-fix
Sequence summary fix
2 parents 163f3b9 + 36c0dcf commit 9039322

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v2.7.1 - 10 Apr 2025
2+
3+
* Fix - Corrected the sequence summary specification by changing the "summary" field from a list to an object, as a structure does not have multiple summaries.
4+
15
v2.7.0 - 3 Mar 2025
26

37
* Added a new endpoint for health check

oas3.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
info:
22
title: 3D Beacons API
3-
version: 2.7.0
3+
version: 2.7.1
44
description: >-
55
OpenAPI 3 description of the 3D-Beacons service. The service returns a
66
list of homology models, PDB structures and the target sequence for a
@@ -678,9 +678,7 @@ components:
678678
type: object
679679
properties:
680680
summary:
681-
type: array
682-
items:
683-
$ref: '#/components/schemas/summary_items'
681+
$ref: '#/components/schemas/summary_items'
684682
required:
685683
- summary
686684
entry:

0 commit comments

Comments
 (0)