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
| Property | Type | Description |
|---|---|---|
|
This depot's unique identifier in the API. | ||
|
|
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"