Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fdp Api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EOSC-Pillar
FFDS
Fdp Api
Merge requests
!4
fix application.properties
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix application.properties
chore/update-to-1.12.0
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Baptiste Toulemonde
requested to merge
chore/update-to-1.12.0
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
92dc782e
1 commit,
3 years ago
1 file
+
15
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/main/resources/application.yml
+
15
−
0
Options
@@ -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
Loading