Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: extend schema for meta properties (#607)
Extend the schema to cover the cases where meta contains schema data for object valued properties like "meta": { "description": "The position of the vessel in 2 or 3 dimensions (WGS84 datum)", "properties": { "longitude": { "type": "number", "description": "Longitude", "units": "deg", "example": 4.98765245 }, "latitude": { "type": "number", "description": "Latitude", "units": "deg", "example": 52.0987654 }, "altitude": { "type": "number", "description": "Altitude", "units": "m" } } },
- Loading branch information