Newer
Older
web-services / domains-classifier / swagger.json
@Nicolas Thouvenin Nicolas Thouvenin on 20 Oct 935 bytes openapi 3.1.0 allow info.summary
{
	"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"
			}
		}
	]
}