RADAR-base / RADAR-RestApi

RESTful interface to access near real-time data
Apache License 2.0
2 stars 0 forks source link

Add info tag to openapi #92

Closed yatharthranjan closed 6 years ago

yatharthranjan commented 6 years ago

add info tag required by swagger for generating client

Gives error-

Schema error should have required property 'info'
missingProperty: info
Jump to line 0

Adding something like this should fix it

info:
  version: 0.2.0
  title: Rest-Api
yatharthranjan commented 6 years ago

Fixed in #94