Commit bec59b94 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Updated to GS version 1.1.1



Change-Id: If6bed9b6496f4a80fe0add541142ec5e5d100ca5
Signed-off-by: default avatarfeatherstone <walter.featherstone@viavisolutions.com>
parent 2ffcc62f
Loading
Loading
Loading
Loading

Mp1.json

0 → 100644
+0 −0

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

Mp1.split.yaml

0 → 100644
+44 −0
Original line number Original line Diff line number Diff line
################################################################################
#                        Open API specification version                        #
################################################################################
swagger: '2.0'

################################################################################
#                              Document Information                            #
################################################################################
info:
  $ref: './info/index.yaml'

################################################################################
#                               External Documents                             #
################################################################################
externalDocs: 
  $ref: './externalDocs/index.yaml'

host: 127.0.0.1:8081
basePath: /exampleAPI/mp1/v1/
schemes:
- http
- https
consumes:
- application/json
produces:
- application/json

################################################################################
#                                   Parameters                                 #
################################################################################
parameters:
  $ref: ./parameters/index.yaml

################################################################################
#                                   paths                                      #
################################################################################
paths:
  $ref: './paths/index.yaml'

################################################################################
#                                 Definitions                                  #
################################################################################
definitions:
  $ref: './definitions/index.yaml'
 No newline at end of file

Mp1.yaml

0 → 100644
+1270 −0

File added.

Preview size limit exceeded, changes collapsed.