Newer
Older
web-services / astro-ner / swagger.json
@Nicolas Thouvenin Nicolas Thouvenin on 20 Oct 829 bytes change url
{
	"info": {
		"title": "astro-ner - Reconnaissance d'entités nommées en astrophysique",
		"summary": "Reconnait des entités nommées en astrophysique",
		"version": "1.0.4",
		"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:????/",
			"description": "Latest version for production",
			"x-profil": "Standard"
		}
	],
	"tags": [
		{
			"name": "astro-ner",
			"description": "Reconnaissance d'entités nommées en astrophysique",
			"externalDocs": {
				"description": "Plus de documentation",
				"url": "https://gitbucket.inist.fr/tdm/web-services/astro-ner/README.md"
			}
		}
	]
}