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