Newer
Older
web-services / data-wrapper / swagger.json
@Nicolas Thouvenin Nicolas Thouvenin on 1 Sep 943 bytes use domain to ensure the proxy is not used
{
	"info": {
		"title": "data-wrapper - Conversions en fichier corpus compressé",
		"summary": "Les fichiers corpus compressés sont compatibles avec tous traitments TDM dédiés au corpus",
		"version": "1.0.0",
		"termsOfService": "https://objectif-tdm.inist.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://vitdmservices.intra.inist.fr:49301/",
			"description": "Next version for production",
			"x-profil": "Standard"
		}
	],
    "tags": [
        {
            "name": "data-wrapper",
            "description": "Conversions en fichier corpus compressé",
            "externalDocs": {
                "description": "Plus de documentation",
                "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/data-wrapper"
            }
        }
    ]
}