Label
The Label type is used in response data to provide a consistent naming convention for objects.
JSON
"label": {
"name": "Hello World",
"slug": "hello-world"
}
Properties
| Name | Type | Value |
|---|---|---|
name |
string |
The human-readable name of the entity. |
slug |
string |
A slugged version of name. |