Trimble · Schema

TopicListResponse

ConstructionTransportationGeospatialGPSMappingBIMFleet ManagementCollaborationAgriculture

Properties

Name Type Description
topics array
totalCount integer
View JSON Schema on GitHub

JSON Schema

trimble-topiclistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TopicListResponse",
  "title": "TopicListResponse",
  "type": "object",
  "properties": {
    "topics": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Topic"
      }
    },
    "totalCount": {
      "type": "integer"
    }
  }
}