{
    "$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"
    ]
  }
  