blob: 6fe3c2d6ce1a46a1c654f27c8f9b2c4dfb7cbe3b [file] [log] [blame]
{
"openapi" : "3.0.1",
"info" : {
"version" : "@VERSION@",
"title" : "openMDM 5 REST API",
"description" : "openMDM 5 REST API.",
"license" : {
"name" : "EPL 2.0",
"url" : "http://www.eclipse.org/legal/epl-2.0"
},
"contact" : {
"name" : "Eclipse MDM|BL",
"url" : "https://projects.eclipse.org/projects/technology.mdmbl"
}
},
"servers" : [{
"url": "/org.eclipse.mdm.nucleus/mdm",
"description": "openMDM 5 REST API"
}],
"externalDocs" : {
"description" : "Getting Started Guide",
"url" : "https://wiki.eclipse.org/images/e/e0/GettingStarted_mdmbl.pdf"
}
}