Trimble · Schema

FileListResponse

ConstructionTransportationGeospatialGPSMappingBIMFleet ManagementCollaborationAgriculture

Properties

Name Type Description
files array
totalCount integer
path string
View JSON Schema on GitHub

JSON Schema

trimble-filelistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileListResponse",
  "title": "FileListResponse",
  "type": "object",
  "properties": {
    "files": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/File"
      }
    },
    "totalCount": {
      "type": "integer"
    },
    "path": {
      "type": "string"
    }
  }
}