diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c6c1fc93280dd77d37d46ed3fe37ae1c1a74c74b..ca18eebfce5ca29b7707845345d12af124fc041b 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