Publish swagger files for SDC APIs
[sdc.git] / catalog-be / src / main / resources / swagger-config / sdce-4.yaml
1 resourceClasses:
2 - org.openecomp.sdc.be.servlets.LifecycleServlet
3 prettyPrint: true
4 sortOutput: true
5 openAPI:
6   info:
7     title: "SPC API: SDCE-4"
8     description: "SDC API for certifying services (SDCE-4)"
9     contact:
10       name: ONAP
11       url: https://onap.readthedocs.io
12       email: onap-discuss@lists.onap.org
13     license:
14       name: Apache 2.0
15       url: http://www.apache.org/licenses/LICENSE-2.0
16     version: "1.0"
17   servers:
18   - url: /sdc
19     description: "SDCE-4 APIs"