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