Publish swagger files for SDC APIs
[sdc.git] / catalog-be / src / main / resources / swagger-config / sdce-7.yaml
1 resourcePackages:
2 - org.openecomp.sdc.be.externalapi.servlet
3 - org.openecomp.sdc.be.distribution.servlet
4 ignoredRoutes:
5 - /v1/distributionUebCluster
6 - /v1/registerForDistribution
7 - /v1/artifactTypes
8 - /v1/unRegisterForDistribution
9 prettyPrint: true
10 sortOutput: true
11 openAPI:
12   info:
13     title: "SPC API: SDCE-7"
14     description: "SDC API for retrieval for service models (SDCE-7)"
15     contact:
16       name: ONAP
17       url: https://onap.readthedocs.io
18       email: onap-discuss@lists.onap.org
19     license:
20       name: Apache 2.0
21       url: http://www.apache.org/licenses/LICENSE-2.0
22     version: "1.0"
23   servers:
24   - url: /sdc
25     description: "SDCE-7 APIs"