{
  "name": "SabCollectionPoint",
  "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"
    },
    "FairwayId" : {
      "type" : "number",
      "description" : "The FairwayId of the Object"
    },
    "TrajectoryCode" : {
      "type" : "string",
      "description" : "The trajectoryCode"
    },
    "Address" : {
      "type" : "string",
      "description" : "The address"
    },
    "PostalCode" : {
      "type" : "string",
      "description" : "The postal code"
    },
    "City" : {
      "type" : "string",
      "description" : "The city"
    },
    "TelephoneNumber" : {
      "type" : "string",
      "description" : "The telephone number"
    },
    "EmailAddress" : {
      "type" : "string",
      "description" : "The email address"
    },
    "MobileNumber" : {
      "type" : "string",
      "description" : "The mobile number"
    },
    "Note" : {
      "type" : "string",
      "description" : "The note"
    }
  }
}