{
  "name": "HeadOffice",
  "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"
    },
    "AdministrationId" : {
      "type" : "number",
      "description" : "The AdministrationId of the HeadOffice"
    },
    "WorkingAreaId" : {
      "type" : "number",
      "description" : "The WorkingAreaId of the HeadOffice"
    },
    "VhfChannel" : {
      "type" : "string",
      "description" : "The vhfChannel of the HeadOffice (unused)"
    },
    "City" : {
      "type" : "string",
      "description" : "The city of the HeadOffice"
    },
    "TelephoneNumber" : {
      "type" : "string",
      "description" : "The telephoneNumber of the HeadOffice"
    },
    "EmailAddress" : {
      "type" : "string",
      "description" : "The email addresss of the HeadOffice (unused)"
    },
    "Note" : {
      "type" : "string",
      "description" : "The note of the HeadOffice"
    }
  }
}