Skip to main content
Version: v0.2b

Depot Schema

Model

Depot

Depot = object

The depot data. All depots in the API will have this format.

Example

{
"id": "depots/zeOCJaJCzZhpKVCVAC9o",
"name": "Depot 1",
}

Properties

PropertyTypeDescription

id

DepotId

This depot's unique identifier in the API.

name

string

This depot's name.

Identifier

DepotId

DepotId = `depots/${string}`

A depot id is a string that is unique for a depot. It is used to identify the depot in the API.

Example

"depot/0xBYy4MYt4piMCSQEsts"