{
  "name": "WaterwayGauge",
  "properties" : {
    "Id" : {
      "type" : "number",
      "required" : true,
      "description" : "The given Id for the object"
    },
    "GeoType" : {
      "type" : "string",
      "required" : true,
      "description" : "The type of object"
    },
    "GeoGeneration" : {
      "type" : "number",
      "required" : true,
      "description" : "The GeoGeneration in which this object was last modified or added"
    },
    "Name" : {
      "type" : "string",
      "description" : "The given name for the object"
    },
    "Geometry" : {
      "type" : "string",
      "description" : "The Geometry of the object in the well-known text format"
    },
    "ForeignCode" : {
      "type" : "string",
      "description" : "The foreign code given to the Object"
    },
    "VinCode" : {
      "type" : "string",
      "description" : "The vin code given to the Object"
    },
    "RouteId" : {
      "type" : "number",
      "description" : "The given Id for the route the Object is a part of"
    },
    "RouteKmBegin" : {
      "type" : "number",
      "description" : "The beginning kilometer mark of the Object on the route"
    },
    "RouteKmEnd" : {
      "type" : "number",
      "description" : "The ending kilometer mark of the Object on the route"
    },
    "FairwaySectionId" : {
      "type" : "number",
      "description" : "The FairwaySectionId of the Object"
    },
    "IsrsId" : {
      "type" : "number",
      "description" : "The IsrsId of the Object"
    },
    "FairwayId" : {
      "type" : "number",
      "description" : "The FairwayId of the Object"
    },
    "Category" : {
      "type" : "string",
      "description" : "The waterway gauge type"
    },
    "Elevation" : {
      "type" : "number",
      "description" : "The elevation"
    },
    "UpstreamImpactDistance" : {
      "type" : "number",
      "description" : "The impact of this Waterway gauge, upstream"
    },
    "DownstreamImpactDistance" : {
      "type" : "number",
      "description" : "The impact of this Waterway gauge, downstream"
    },
    "HighWaterLevel" : {
      "type" : "number",
      "description" : "The high water level"
    },
    "HighWaterLevelName" : {
      "type" : "string",
      "description" : "The name of the high water level"
    },
    "LowWaterLevel" : {
      "type" : "number",
      "description" : "The low water level"
    },
    "LowWaterLevelName" : {
      "type" : "string",
      "description" : "The name of the low water level"
    },
    "MeanWaterLevel" : {
      "type" : "number",
      "description" : "The mean water level"
    },
    "MeanWaterLevelName" : {
      "type" : "string",
      "description" : "The name of the mean water level"
    },
    "OtherLocalWaterLevel" : {
      "type" : "number",
      "description" : "The other local water level"
    },
    "OtherLocalLevelName" : {
      "type" : "string",
      "description" : "The name of the other local water level"
    },
    "DepthReferenceLevel" : {
      "type" : "string",
      "description" : "The depth reference level"
    },
    "ClearanceReferenceLevel" : {
      "type" : "string",
      "description" : "The clearance reference level"
    },
    "Condition" : {
      "type" : "string",
      "description" : "The condition of the object"
    }
  }
}