summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest/src/main/resources/openapi-configuration.json
blob: 5736c3d9b784536dd4de07788b314d180b493b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "resourcePackages": [
        "org.onap.cps.ncmp.rest.controller"
    ],
    "prettyPrint": true,
    "cacheTTL": 0,
    "openAPI": {
        "info": {
            "title": "ONAP Open API v3 CPS Network CM Proxy Spec",
            "description": "The API Description may be multiline, and GitHub Flavored Markdown, GFM syntax, can be used for rich text representation.",
            "x-logo": {
                "url": "logo.png"
            },
            "contact": {
                "name": "ONAP",
                "url": "https://onap.readthedocs.io",
                "email": "onap-discuss@lists.onap.org"
            },
            "license": {
                "name": "Apache 2.0",
                "url": "http://www.apache.org/licenses/LICENSE-2.0"
            },
            "version": "1.2.34",
            "x-planned-retirement-date": "202207",
            "x-component": "Modeling"
        }
    }
}