Viam · Schema

Viam Binary Data Item

A single binary data item (image, video, audio, log) captured from a camera, audio, or generic component.

RoboticsEdge AIFleet ManagementComputer-VisionMachine-LearningIoTEmbeddedgRPC

Properties

Name Type Description
binary_id object
part_id string
resource_name string
method_name string
file_extension string .jpg, .png, .pcd, .mp4, .wav, ...
file_size_bytes integer
mime_type string
time_captured string
time_received string
tags array
dataset_ids array
bounding_boxes array
metadata object
View JSON Schema on GitHub

JSON Schema

viam-binary-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/viam/refs/heads/main/json-schema/viam-binary-data-schema.json",
  "title": "Viam Binary Data Item",
  "description": "A single binary data item (image, video, audio, log) captured from a camera, audio, or generic component.",
  "type": "object",
  "required": ["binary_id", "file_extension", "time_captured"],
  "properties": {
    "binary_id": {
      "type": "object",
      "properties": {
        "file_id": { "type": "string" },
        "organization_id": { "type": "string" },
        "location_id": { "type": "string" }
      }
    },
    "part_id": { "type": "string" },
    "resource_name": { "type": "string" },
    "method_name": { "type": "string" },
    "file_extension": { "type": "string", "description": ".jpg, .png, .pcd, .mp4, .wav, ..." },
    "file_size_bytes": { "type": "integer", "minimum": 0 },
    "mime_type": { "type": "string" },
    "time_captured": { "type": "string", "format": "date-time" },
    "time_received": { "type": "string", "format": "date-time" },
    "tags": { "type": "array", "items": { "type": "string" } },
    "dataset_ids": { "type": "array", "items": { "type": "string" } },
    "bounding_boxes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string" },
          "label": { "type": "string" },
          "x_min_normalized": { "type": "number", "minimum": 0, "maximum": 1 },
          "y_min_normalized": { "type": "number", "minimum": 0, "maximum": 1 },
          "x_max_normalized": { "type": "number", "minimum": 0, "maximum": 1 },
          "y_max_normalized": { "type": "number", "minimum": 0, "maximum": 1 }
        }
      }
    },
    "metadata": { "type": "object" }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/viam-binary-data"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.