faa-swim / swim-discovery-service

1 stars 1 forks source link

Invalid Impl #7

Closed luxdlzu closed 2 years ago

luxdlzu commented 2 years ago

File: services.json Line: L.65 Code:

"code": {
    "type": "string",
    }

Should be:

"code": {
    "type": "string"
    }

or

"code": {
    "type": "string",
    "format": "uri"
    }

cinglefield commented 2 years ago

Fixed in Github

wznira commented 2 years ago

Version 1.0.1 of the schema published on discovery.swim.aero/sdm-j