{
    "openapi": "3.0.0",
    "info": {
        "title": "hal-classifier - Classification HAL",
        "description": "Cette instance propose des outils de classification pour HAL",
        "version": "4.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:49273/",
            "description": "Latest version for production",
            "x-profil": "Standard"
        }
    ],
    "tags": [
        {
            "name": "hal-classifier",
            "description": "Classification HAL",
            "externalDocs": {
                "description": "Plus de documentation",
                "url": "https://github.com/inist-cnrs/web-services/tree/main/services/hal-classifier"
            }
        }
    ]
}