Update ONAP DMI version in NCMP
[cps.git] / cps-rest / docs / api / swagger / openapi.yml
diff --git a/cps-rest/docs/api/swagger/openapi.yml b/cps-rest/docs/api/swagger/openapi.yml
deleted file mode 100755 (executable)
index 44064e2..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-openapi: 3.0.1
-info:
-  title: CPS API
-  description: Configuration Persistence Service API
-  version: "1.0"
-servers:
-  - url: //localhost:8088/
-tags:
-  - name: cps-rest
-    description: cps Resource
-paths:
-  /v1/dataspaces:
-    $ref: 'cpsAdmin.yml#/dataspace'
-
-  /v1/dataspaces/{dataspace-name}/:
-    $ref: 'cpsAdmin.yml#/dataspaceByDataspaceName'
-
-  /v1/dataspaces/{dataspace-name}/anchors:
-    $ref: 'cpsAdmin.yml#/anchorsByDataspace'
-
-  /v1/dataspaces/{dataspace-name}/anchors/{anchor-name}:
-    $ref: 'cpsAdmin.yml#/anchorByDataspaceAndAnchorName'
-
-  /v1/dataspaces/{dataspace-name}/schema-sets:
-    $ref: 'cpsAdmin.yml#/schemaSet'
-
-  /v1/dataspaces/{dataspace-name}/schema-sets/{schema-set-name}:
-    $ref: 'cpsAdmin.yml#/schemaSetBySchemaSetName'
-
-  /v1/dataspaces/{dataspace-name}/anchors/{anchor-name}/nodes:
-    $ref: 'cpsData.yml#/nodesByDataspaceAndAnchor'
-
-  /v1/dataspaces/{dataspace-name}/nodes:
-    $ref: 'cpsData.yml#/nodesByDataspace'