UNPKG

@poseidat/schemas

Version:

The core schemas for the PoseiDAT data interchange formats

13 lines (12 loc) 315 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://poseidat.org/schema/enum/gnss-fix-type.json", "description": "The type of a GNSS receiver's fix.", "title": "GNSS fix type", "type": "string", "enum": [ "NOT_AVAILABLE", "2D_FIX", "3D_FIX" ] }