From 92dc782e0133c4732fcbadd2c48e9d65557dfc26 Mon Sep 17 00:00:00 2001 From: Baptiste Toulemonde <toulemonde@cines.fr> Date: Thu, 9 Dec 2021 16:18:27 +0100 Subject: [PATCH] fix application.properties --- src/main/resources/application.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c6c1fc9..ca18eeb 100755 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -28,6 +28,21 @@ metadataProperties: language: http://id.loc.gov/vocabulary/iso639-1/en license: http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd3.0 accessRightsDescription: This resource has no access restriction + +openapi: + title: FAIR Data Point API + version: 1.12.0 + description: "The reference implementation of the metadata registration service: A service implementing the API specification. It contains an authentication system to allow maintainers to define and update metadata. Read-only access to the data is public." + contact: + name: Luiz Bonino + email: luiz.bonino@go-fair.org + url: https://github.com/FAIRDataTeam/FAIRDataPoint + +springdoc: + swagger-ui: + disable-swagger-default-url: true + operationsSorter: alpha + threadPoolSize: 4 -- GitLab