diff --git a/terms-tools/swagger.json b/terms-tools/swagger.json new file mode 100644 index 0000000..f5eb428 --- /dev/null +++ b/terms-tools/swagger.json @@ -0,0 +1,33 @@ +{ + "openapi": "3.0.0", + "info": { + "title": "ws-terms-tools", + "description": "Boite à outils de POS tagging et d'annotation de termes", + "version": "1.0.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://vptermsuite.intra.inist.fr:49170/", + "description": "Latest version for production", + "x-profil": "Standard" + } + ], + "tags": [ + { + "name": "NLP", + "description": "Boite à outils de POS tagging et d'annotation de termes", + "externalDocs": { + "description": "Plus de documentation", + "url": "https://github.com/inist-cnrs/web-services/tree/main/services/terms-tools" + } + } + ] +}