Newer
Older
web-services / affiliations-tools / swagger.json
{
    "openapi": "3.0.0",
    "info": {
        "title": "affiliations-tools - Structuration et enrichissements d'affiliations",
        "summary": "Propose plusieurs services autour des affiliations présentes dans les notices bibliographiques",
        "version": "1.1.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:49254/",
            "description": "Latest version for production",
            "x-profil": "Standard"
        }
    ],
    "tags": [
        {
            "name": "affiliations-tools",
            "description": "Structuration et enrichissements d'affiliations",
            "externalDocs": {
                "description": "Plus de documentation",
                "url": "https://github.com/inist-cnrs/web-services/tree/main/services/affiliations-tools"
            }
        }
    ]
}