JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_create_response",
"title": "access_create_response",
"allOf": [
{
"$ref": "#/components/schemas/access_api-response-single"
},
{
"properties": {
"result": {
"properties": {
"client_id": {
"$ref": "#/components/schemas/access_client_id"
},
"client_secret": {
"$ref": "#/components/schemas/access_client_secret"
},
"created_at": {
"$ref": "#/components/schemas/access_timestamp"
},
"duration": {
"$ref": "#/components/schemas/access_duration"
},
"id": {
"description": "The ID of the service token.",
"type": "string"
},
"name": {
"$ref": "#/components/schemas/access_schemas-name"
},
"updated_at": {
"$ref": "#/components/schemas/access_timestamp"
}
}
}
}
}
]
}