{
  "name": "MaximumDimensions",
  "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"
    },
    "CoupledDepth" : {
      "type" : "number",
      "description" : "The CoupledDepth of the MaximumDimensions"
    },
    "CoupledHeight" : {
      "type" : "number",
      "description" : "The CoupledHeight of the MaximumDimensions"
    },
    "CoupledLength" : {
      "type" : "number",
      "description" : "The CoupledLength of the MaximumDimensions"
    },
    "CoupledWidth" : {
      "type" : "number",
      "description" : "The CoupledWidth of the MaximumDimensions"
    },
    "GeneralDepth" : {
      "type" : "number",
      "description" : "The GeneralDepth of the MaximumDimensions"
    },
    "GeneralHeight" : {
      "type" : "number",
      "description" : "The GeneralHeight of the MaximumDimensions"
    },
    "GeneralLength" : {
      "type" : "number",
      "description" : "The GeneralLength of the MaximumDimensions"
    },
    "GeneralWidth" : {
      "type" : "number",
      "description" : "The GeneralWidth of the MaximumDimensions"
    },
    "Note" : {
      "type" : "string",
      "description" : "The Note of the MaximumDimensions"
    },
    "PushedDepth" : {
      "type" : "number",
      "description" : "The PushedDepth of the MaximumDimensions"
    },
    "PushedHeight" : {
      "type" : "number",
      "description" : "The PushedHeight of the MaximumDimensions"
    },
    "PushedLength" : {
      "type" : "number",
      "description" : "The PushedLength of the MaximumDimensions"
    },
    "PushedWidth" : {
      "type" : "number",
      "description" : "The PushedWidth of the MaximumDimensions"
    },
    "SeaFairingDepth" : {
      "type" : "number",
      "description" : "The SeaFairingDepth of the MaximumDimensions"
    },
    "SeaFairingHeight" : {
      "type" : "number",
      "description" : "The SeaFairingHeight of the MaximumDimensions"
    },
    "SeaFairingLength" : {
      "type" : "number",
      "description" : "The SeaFairingLength of the MaximumDimensions"
    },
    "SeaFairingWidth" : {
      "type" : "number",
      "description" : "The SeaFairingWidth of the MaximumDimensions"
    },
    "WidePushedDepth" : {
      "type" : "number",
      "description" : "The WidePushedDepth of the MaximumDimensions"
    },
    "WidePushedHeight" : {
      "type" : "number",
      "description" : "The WidePushedHeight of the MaximumDimensions"
    },
    "WidePushedLength" : {
      "type" : "number",
      "description" : "The WidePushedLength of the MaximumDimensions"
    },
    "WidePushedWidth" : {
      "type" : "number",
      "description" : "The WidePushedWidth of the MaximumDimensions"
    },
    "RouteId" : {
      "type" : "number",
      "description" : "The given Id for the route the Object is a part of"
    },
    "RouteKmEnd" : {
      "type" : "number",
      "description" : "The ending kilometer mark of the Object on the route"
    },
    "RouteKmBegin" : {
      "type" : "number",
      "description" : "The beginning kilometer mark of the Object on the route"
    }
  }
}