Newer
Older
web-services / nlp-tools2 / swagger.json
@Nicolas Thouvenin Nicolas Thouvenin on 20 Oct 879 bytes openapi 3.1.0 allow info.summary
{
	"openapi": "3.1.0",
	"info": {
		"title": "nlp-tools2 - Outils de NLP",
		"summary": "Cette instance propose des outils de traitement de la langue",
		"version": "2.0.3",
		"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:49212/",
			"description": "Latest version for production",
			"x-profil": "Standard"
		}
	],
    "tags": [
        {
            "name": "NLP",
            "description": "Traitement en langage naturel",
            "externalDocs": {
                "description": "Plus de documentation",
                "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/nlp-tools2"
            }
        }
    ]
}