diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-04-06 13:05:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-06 13:05:40 +0000 |
commit | f760afcbdeb6147ebd97ce43c055dce85e0bcfa0 (patch) | |
tree | 199e446fabf058426fdd2bc833d590793a8ffe7a /cps-ncmp-rest/src/main/resources/openapi-configuration.json | |
parent | a3ceacb9ebf11c6467d66c0f42af714ef93591c2 (diff) | |
parent | 34a94b92edd0c359291445735eb3d7e974deea1f (diff) |
Merge "rename nf-proxy to network-cm-proxy"
Diffstat (limited to 'cps-ncmp-rest/src/main/resources/openapi-configuration.json')
-rw-r--r-- | cps-ncmp-rest/src/main/resources/openapi-configuration.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/cps-ncmp-rest/src/main/resources/openapi-configuration.json b/cps-ncmp-rest/src/main/resources/openapi-configuration.json new file mode 100644 index 0000000000..5736c3d9b7 --- /dev/null +++ b/cps-ncmp-rest/src/main/resources/openapi-configuration.json @@ -0,0 +1,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" + } + } +} |