Skip to content

Commit

Permalink
Merge pull request #37 from Onto-Med/development
Browse files Browse the repository at this point in the history
Update data type of statistic properties to long
  • Loading branch information
ChristophB authored Apr 6, 2022
2 parents fb5e4b8 + f8407bf commit 18cfcd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.3.4</version>
<version>0.3.5</version>

<name>TOP API</name>
<description>REST API of the TOP framework</description>
Expand Down
10 changes: 5 additions & 5 deletions schemas/top-api.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: TOP API
version: 0.3.4
version: 0.3.5
description: API to manage phenotypes, repositories, ontologies and organisations

servers:
Expand Down Expand Up @@ -1786,19 +1786,19 @@ components:
organisations:
description: Number of organisations
type: integer
format: int32
format: int64
repositories:
description: Number of repositories
type: integer
format: int32
format: int64
categories:
description: Number of phenotype categories
type: integer
format: int32
format: int64
phenotypes:
description: Number of phenotypes
type: integer
format: int32
format: int64

securitySchemes:
BearerAuth:
Expand Down

0 comments on commit 18cfcd4

Please sign in to comment.