Properties
| Name | Type | Description |
|---|---|---|
| client_id | object | |
| created_at | object | |
| duration | object | |
| expires_at | object | |
| id | object | |
| name | object | |
| updated_at | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_service-tokens",
"title": "access_service-tokens",
"properties": {
"client_id": {
"$ref": "#/components/schemas/access_client_id"
},
"created_at": {
"$ref": "#/components/schemas/access_timestamp"
},
"duration": {
"$ref": "#/components/schemas/access_duration"
},
"expires_at": {
"$ref": "#/components/schemas/access_timestamp"
},
"id": {
"allOf": [
{
"description": "The ID of the service token."
},
{
"$ref": "#/components/schemas/access_uuid"
}
]
},
"name": {
"$ref": "#/components/schemas/access_schemas-name"
},
"updated_at": {
"$ref": "#/components/schemas/access_timestamp"
}
},
"type": "object"
}