ASCOMInitiative / ASCOMRemote

The ASCOM REST based Remote Driver Server and Remote Access Clients
GNU General Public License v3.0
57 stars 15 forks source link

Fix YAML indentation #50

Closed RReverser closed 1 year ago

RReverser commented 1 year ago

In https://github.com/ASCOMInitiative/ASCOMRemote/pull/39 I used a non-destructive editing script to make sure that most formatting stays intact while I extract common parts out of requests and repsonses.

Unfortunately, I only now noticed that it introduced some odd indentation for object properties. Swagger doesn't complain, but some parsers and validators do, so this PR fixes that.

Peter-Simpson commented 1 year ago

Thanks very much Ingvar, I've added the update to the develop branch and copied it to the ascom-standards web server, where it is now live.

Best wishes, Peter