{
"openapi": "3.0.0",
"info": {
"title": "data-workflow - Enchaînement asynchrone de traitements",
"description": "Les workflows permettent de traiter des fichiers corpus compressés en appelant des webservices d'enrichissement par document de manière asynchrone.",
"version": "1.5.1",
"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:49202/",
"description": "Latest version for production",
"x-profil": "Standard"
}
],
"tags": [
{
"name": "data-workflow",
"description": "Enchaînement asynchrone de traitements",
"externalDocs": {
"description": "Plus de documentation",
"url": "https://github.com/inist-cnrs/web-services/tree/main/services/data-workflow"
}
}
]
}