diff --git a/person-ner/swagger.json b/person-ner/swagger.json new file mode 100644 index 0000000..183993c --- /dev/null +++ b/person-ner/swagger.json @@ -0,0 +1,33 @@ +{ + "openapi": "3.0.0", + "info": { + "title": "person-ner - Extraction d'entité nommées de noms de personnes", + "description": "Permet d'extraire les entités nommées correspondant à des noms de personnes dans du texte", + "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://vptdmservices.intra.inist.fr:49305/", + "description": "Latest version for production", + "x-profil": "Standard" + } + ], + "tags": [ + { + "name": "person-ner", + "description": "Extraction d'entité nommées de noms de personnes", + "externalDocs": { + "description": "Plus de documentation", + "url": "https://github.com/inist-cnrs/web-services/tree/main/services/person-ner" + } + } + ] +} \ No newline at end of file