specification icon indicating copy to clipboard operation
specification copied to clipboard

skSchema.getMetadata('vessels.foo.design.aisShipType') response does not include enum values

Open tkurki opened this issue 6 years ago • 2 comments

tkurki avatar Oct 15 '17 16:10 tkurki

I think a related issue is that http://node-master.signalk.org/signalk/v1/api/vessels/self/design/aisShipType/meta returns:

{
  "description": "The ais ship type see http://www.bosunsmate.org/ais/message5.php",
  "properties": {
    "id": {
      "type": "number",
      "description": "The ship type number"
    },
    "name": {
      "type": "string",
      "description": "The ship type name"
    }
  }
}

which is clearly not valid meta.

bkp7 avatar Feb 28 '18 16:02 bkp7

@tkurki should this be in the metadata project? It's not a schema issue, do we need to deal with it right now?

bkp7 avatar May 03 '18 22:05 bkp7