Trimble · Schema

StopPoint

ConstructionTransportationGeospatialGPSMappingBIMFleet ManagementCollaborationAgriculture

Properties

Name Type Description
Address string
Coords object
View JSON Schema on GitHub

JSON Schema

trimble-stoppoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StopPoint",
  "title": "StopPoint",
  "type": "object",
  "properties": {
    "Address": {
      "type": "string"
    },
    "Coords": {
      "$ref": "#/components/schemas/Coords"
    }
  }
}