aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest/src
diff options
context:
space:
mode:
authorRishi.Chail <rishi.chail@est.tech>2021-01-24 20:33:50 +0000
committerRishi.Chail <rishi.chail@est.tech>2021-01-25 16:08:56 +0000
commitcc6e5e26ddb8c1900b379b167f2c2173e9336871 (patch)
treead91efdc72179221171310d65278bc0f37348381 /cps-rest/src
parent994c59050730a200d030ade14b768539089576a2 (diff)
Ensure CPS REST API Specs conform to ONAP standards
Issue-ID: CPS-25 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I289248b0f67949a2b9515932628edd4a7bd77a58
Diffstat (limited to 'cps-rest/src')
-rw-r--r--cps-rest/src/main/resources/openapi-configuration.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/cps-rest/src/main/resources/openapi-configuration.json b/cps-rest/src/main/resources/openapi-configuration.json
deleted file mode 100644
index ad5998feb..000000000
--- a/cps-rest/src/main/resources/openapi-configuration.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "resourcePackages": [
- "org.onap.cps.rest.controller"
- ],
- "prettyPrint": true,
- "cacheTTL": 0,
- "openAPI": {
- "info": {
- "title": "ONAP Open API v3 CPS 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"
- }
- }
-}