Skip to content

UCL/isenseflu-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isenseflu-openapi

OpenAPI Definitions for i-sense flu API

Specification: http://spec.openapis.org/oas/v3.0.2

Validation

Use the Open API Enforcer CLI tool for validation. Install with npm:

npm install -g openapi-enforcer-cli

Validate the definitions file:

openapi-enforcer validate openapi.yaml

Copyright

© 2019 UCL (https://www.ucl.ac.uk).

License

License: GPL v3

GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.