diff --git a/domains-classifier/swagger.json b/domains-classifier/swagger.json index 7787ec6..03fa80b 100644 --- a/domains-classifier/swagger.json +++ b/domains-classifier/swagger.json @@ -1,33 +1,33 @@ { - "openapi": "3.1.0", - "info": { - "title": "domains-classifier - Classification en domaines scientifiques", - "summary": "Utilise une succession arborescente de modèles de type Fasttext pour prédire un code de classement Pascal/Francis", - "version": "1.5.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://vptdmservices.intra.inist.fr:49215/", - "description": "Latest version for production", - "x-profil": "Standard" - } - ], - "tags": [ - { - "name": "affiliation-rnsr", - "description": "Classification en domaines scientifiques", - "externalDocs": { - "description": "Plus de documentation", - "url": "https://github.com/Inist-CNRS/ezmaster-apps/tree/main/applications/ws-affiliation-rnsr" - } - } - ] -} + "openapi": "3.0.0", + "info": { + "title": "domaines-classifier - Classification en domaines scientifiques", + "description": "Utilise une succession arborescente de modèles de type Fasttext pour prédire un code de classement Pascal/Francis", + "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://vptdmservices.intra.inist.fr:49278/", + "description": "Latest version for production", + "x-profil": "Standard" + } + ], + "tags": [ + { + "name": "domaines-classifier", + "description": "Classification en domaines scientifiques", + "externalDocs": { + "description": "Plus de documentation", + "url": "https://github.com/inist-cnrs/web-services/tree/main/services/domains-classifier" + } + } + ] +} \ No newline at end of file