{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "LongTask",
"type": "object",
"properties": {
"ari": {
"type": "string",
"description": "the ARI for the long task, based on its ID"
},
"id": {
"type": "string",
"description": "a unique identifier for the long task"
},
"links": {
"type": "object"
}
}
}