{ "$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" }