Commit 1821b5f1 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Converted Mp1 API description to OpenAPI 3, without the split directory structure

parent 241380e2
Loading
Loading
Loading
Loading
+1951 −2245

File changed.

Preview size limit exceeded, changes collapsed.

Mp1.split.yaml

deleted100644 → 0
+0 −44
Original line number 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
+1634 −1673

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E

## ETSI Forge Copyright statement

Copyright (c) ETSI 2018.
Copyright (c) ETSI 2019.

This software is subject to copyrights owned by ETSI. Non-exclusive permission 
is hereby granted, free of charge, to copy, reproduce and amend this file 
+0 −4
Original line number Diff line number Diff line
description: Maximum timeout value in seconds for graceful termination or graceful stop of an application instance.
type: string
format: uint32
example: 10
 No newline at end of file
Loading