@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Car Registration API
@base https://virtserver.swaggerhub.com/infiniteloopltd/CarRegistration/1.0.0
@version 1.0.0
@endpoints 1
@toc Check(1)

@endpoint GET /Check
@desc Gets details of a UK Vehicle
@required {searchString: any # A registration number}
@returns(200) vehicle information
@errors {500: bad input parameter}

@end
