{
  "name": "Lock",
  "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"
    },
    "City" : {
      "type" : "string",
      "description" : "The city"
    },
    "AdministrationId" : {
      "type" : "number",
      "description" : "The AdministrationId of the Lock"
    },
    "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"
    },
    "PhoneNumber" : {
      "type" : "string",
      "description" : "The phonenumber of the Lock"
    },
    "ReferenceLevelBeBu" : {
      "type" : "string",
      "description" : "The reference level down/ outside of the Lock"
    },
    "ReferenceLevelBoBi" : {
      "type" : "string",
      "description" : "The reference level up/ inside of the Lock"
    },
    "RelatedBuildingComplexName" : {
      "type" : "string",
      "description" : "The name of the related building complex"
    },
    "OperatingTimesId" : {
      "type" : "number",
      "description" : "The OperatingTimesId of the Lock"
    },
    "Address" : {
      "type" : "string",
      "description" : "The address of the Lock"
    },
    "PostalCode" : {
      "type" : "string",
      "description" : "The postal code of the Lock"
    },
    "Rotation" : {
      "type" : "number",
      "description" : "The rotation of the lock"
    },
    "Length" : {
      "type" : "number",
      "description" : "The length of the lock"
    },
    "Width" : {
      "type" : "number",
      "description" : "The width of the lock"
    },
    "NumberOfChambers" : {
      "type" : "number",
      "description" : "The number of chambers of the Lock"
    },
    "Condition" : {
      "type" : "string",
      "description" : "The condition of the object"
    },
    "IsRemoteControlled" : {
      "type" : "boolean",
      "description" : "If the Lock is remote controlled"
    },
    "VoyagePlanningPoint" : {
      "type" : "boolean",
      "required" : true,
      "description" : "Is it a point that should appear in the route/voyage description?"
    },
    "MaximumRise" : {
      "type" : "number",
      "description" : "Maximum rise (in meters) (Dutch: 'schuthoogte'). Maximum difference in water level between upstream and downstream side of the lock complex."
    },
    "Note" : {
      "type" : "string",
      "description" : "General purpose remark/note field"
    }
  }
}