Locator for an asynchronous task
{ "type": "object", "description": "Locator for an asynchronous task", "properties": { "id": { "type": "string", "description": "Unique identifier for the task", "example": "12345" }, "links": { "type": "object", "description": "Related links for the task", "example": { "status": "/cms/v3/source-code/extract/async/tasks/12345/status" } } }, "required": [ "id" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TaskLocator" }