-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathswagger.json
33 lines (33 loc) · 1.37 KB
/
swagger.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"openapi": "3.0.0",
"info": {
"title": "data-rapido - Applique un algorithme d'alignement avec idRef prévu dans le cadre du projet Rapido.",
"description": "Web service à destination du projet rapido. Ce web service prend en entrée un tar.gz comportant un dossier data incluant tout les documents xml à traiter. Il renvoit un json comportant les alignements que l'algorithme de la phase 1 ou le modél de la phase 2 a pu faire entre le texte et le référentiel idRef.",
"version": "1.1.0",
"termsOfService": "https://services.istex.fr/",
"contact": {
"name": "Inist-CNRS",
"url": "https://www.inist.fr/nous-contacter/"
}
},
"servers": [
{
"x-comment": "Will be automatically completed by the ezs server."
},
{
"url": "http://vptdmjobs.intra.inist.fr:49213/",
"description": "Latest version for production",
"x-profil": "Standard"
}
],
"tags": [
{
"name": "data-rapido",
"description": "Applique un algorithme d'alignement avec idRef prévu dans le cadre du projet Rapido.",
"externalDocs": {
"description": "Plus de documentation",
"url": "https://github.com/inist-cnrs/web-services/tree/main/services/data-rapido"
}
}
]
}