{
  "name": "Chamber",
  "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"
    },
    "IsrsId" : {
      "type" : "number",
      "description" : "The IsrsId of the Object"
    },
    "FairwayId" : {
      "type" : "number",
      "description" : "The FairwayId of the Object"
    },
    "FairwaySectionId" : {
      "type" : "number",
      "description" : "The FairwaySectionId of the Object"
    },
    "Number" : {
      "type" : "number",
      "description" : "The chamber number"
    },
    "GateWidth" : {
      "type" : "number",
      "description" : "The GateWidth of the Chamber"
    },
    "Height" : {
      "type" : "number",
      "description" : "The height of the Chamber"
    },
    "HeightOpened" : {
      "type" : "number",
      "description" : "The height of the Chamber when the door is opened"
    },
    "HeightReferenceLevel" : {
      "type" : "string",
      "description" : "The HeightReferenceLevel of the Chamber"
    },
    "Length" : {
      "type" : "number",
      "description" : "The length of the Chamber"
    },
    "Location" : {
      "type" : "string",
      "description" : "The Location of the Chamber"
    },
    "Note" : {
      "type" : "string",
      "description" : "The note"
    },
    "ReferenceLevelInner" : {
      "type" : "string",
      "description" : "The ReferenceLevelInner of the Chamber"
    },
    "SchutLengteEb" : {
      "type" : "number",
      "description" : "The SchutLengteEb of the Chamber"
    },
    "SchutLengteVloed" : {
      "type" : "number",
      "description" : "The SchutLengteVloed of the Chamber"
    },
    "SillDepthBeBu" : {
      "type" : "number",
      "description" : "The SillDepthBeBu of the Chamber"
    },
    "SillDepthBoBi" : {
      "type" : "number",
      "description" : "The SillDepthBoBi of the Chamber"
    },
    "SillDepthInner" : {
      "type" : "number",
      "description" : "The SillDepthInner of the Chamber"
    },
    "Width" : {
      "type" : "number",
      "description" : "The width of the Chamber"
    },
    "ParentId" : {
      "type" : "number",
      "description" : "The ParentId of the Chamber"
    },
    "Condition" : {
      "type" : "string",
      "description" : "The condition of the object"
    },
    "PassageDurationM" : {
      "type" : "number",
      "description" : "Average passage duration (in minutes)"
    }
  }
}