{
  "name": "FerryLandingpoint",
  "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"
    },
    "AdministrationId" : {
      "type" : "number",
      "description" : "The AdministrationId of the FerryLandingpoint"
    },
    "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"
    },
    "BerthId" : {
      "type" : "number",
      "description" : "The BerthId of the FerryLandingpoint"
    },
    "NwbHarbourId" : {
      "type" : "number",
      "description" : "The NwbHarbourId of the FerryLandingpoint"
    },
    "VinHarbourId" : {
      "type" : "number",
      "description" : "The VinHarbourId of the FerryLandingpoint"
    },
    "CanBeUsedByRoro" : {
      "type" : "boolean",
      "description" : "Has a roll-on-roll-off feature"
    },
    "NumberOfLandingPoints" : {
      "type" : "number",
      "description" : "The number of landing points"
    },
    "NumberOfFerryLandingPoints" : {
      "type" : "number",
      "description" : "The number of ferry landing points"
    },
    "NumberOfQuays" : {
      "type" : "number",
      "description" : "The number of quays"
    },
    "FerryId" : {
      "type" : "number",
      "description" : "The ferryId of the FerryLandingpoint"
    },
    "Condition" : {
      "type" : "string",
      "description" : "The condition of the object"
    },
    "TerminalCode" : {
      "type" : "string",
      "description" : "Terminal code for RIS index"
    }
  }
}