Vizion · Schema

Vizion Reference

A Vizion container tracking subscription (reference) with status, metadata, and callback configuration.

Container TrackingLogisticsOcean FreightShippingSupply ChainWebhook

Properties

Name Type Description
id string Unique reference identifier assigned by Vizion.
container_id string The container identification number being tracked.
carrier_scac string SCAC carrier code for the tracking subscription.
active boolean Whether the reference is currently active and receiving tracking updates.
callback_url string Webhook endpoint for real-time update delivery.
last_update_status string Status of the most recent update delivery attempt.
created_at string ISO 8601 timestamp when the reference was created.
updated_at string ISO 8601 timestamp of the last update.
View JSON Schema on GitHub

JSON Schema

vizion-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vizion/refs/heads/main/json-schema/vizion-reference-schema.json",
  "title": "Vizion Reference",
  "description": "A Vizion container tracking subscription (reference) with status, metadata, and callback configuration.",
  "type": "object",
  "required": ["id", "container_id", "carrier_scac", "active"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique reference identifier assigned by Vizion.",
      "example": "ref_abc123xyz"
    },
    "container_id": {
      "type": "string",
      "description": "The container identification number being tracked.",
      "example": "MSCU1234567"
    },
    "carrier_scac": {
      "type": "string",
      "description": "SCAC carrier code for the tracking subscription.",
      "example": "MSCU",
      "minLength": 2,
      "maxLength": 10
    },
    "active": {
      "type": "boolean",
      "description": "Whether the reference is currently active and receiving tracking updates."
    },
    "callback_url": {
      "type": "string",
      "format": "uri",
      "description": "Webhook endpoint for real-time update delivery.",
      "example": "https://myapp.example.com/webhooks/vizion"
    },
    "last_update_status": {
      "type": "string",
      "description": "Status of the most recent update delivery attempt.",
      "enum": ["success", "pending", "failed", "none"]
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the reference was created."
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp of the last update."
    }
  },
  "examples": [
    {
      "id": "ref_abc123xyz",
      "container_id": "MSCU1234567",
      "carrier_scac": "MSCU",
      "active": true,
      "callback_url": "https://myapp.example.com/webhooks/vizion",
      "last_update_status": "success",
      "created_at": "2026-04-15T10:30:00Z",
      "updated_at": "2026-05-02T08:15:00Z"
    }
  ]
}

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/vizion-reference"
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.