{ "type": "object", "description": "Locator for an asynchronous task", "name": "TaskLocator", "properties": { "id": { "type": "string", "description": "Unique identifier for the task" }, "links": { "type": "object", "description": "Related links for the task" } }, "required": [ "id" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }