{
  "name": "OverheadPipe",
  "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"
    },
    "FairwayId" : {
      "type" : "number",
      "description" : "The FairwayId of the Object"
    },
    "FairwaySectionId" : {
      "type" : "number",
      "description" : "The FairwaySectionId of the Object"
    },
    "Product" : {
      "type" : "string",
      "required" : true,
      "description" : "The product in the OverheadPipe"
    },
    "Category" : {
      "type" : "string",
      "required" : true,
      "description" : "The category of the OverheadPipe"
    },
    "Height" : {
      "type" : "number",
      "required" : true,
      "description" : "The height of the OverheadPipe"
    },
    "ReferenceLevel" : {
      "type" : "string",
      "description" : "The referenceLevel of the OverheadPipe"
    },
    "Note" : {
      "type" : "string",
      "description" : "A note on OverheadPipe"
    },
    "Condition" : {
      "type" : "string",
      "description" : "The condition of the object"
    },
    "IsrsId" : {
      "type" : "number",
      "description" : "The IsrsId of the Object"
    },
    "AdministrationId" : {
      "type" : "number",
      "description" : "The administrationId of the OverheadPipe"
    },
    "MhwReferenceLevel" : {
      "type" : "string",
      "required" : true,
      "description" : "The reference level used for calculating the clearance height"
    },
    "MhwOffset" : {
      "type" : "number",
      "description" : "The offset from the normal height for calculating the clearance height"
    },
    "ClearanceHeight" : {
      "type" : "number",
      "description" : "The clearance height of the OverheadPipe"
    }
  }
}