{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/202-response", "title": "Accepted Response", "type": "object", "description": "The HTTP `202 Accepted` response.", "properties": { "links": { "type": "array", "description": "An array of request-related [HATEOAS links](/docs/api/reference/api-responses/#hateoas-links).", "readOnly": true, "items": { "$ref": "#/components/schemas/link_description", "readOnly": true } } } }