{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/airbus-oneatlas/refs/heads/main/json-schema/oneatlas-process-hal-link-describe-schema.json", "title": "processHALLinkDescribe", "allOf": [ { "properties": { "execution": { "allOf": [ { "description": "See [Create processing job](#/paths/~1api~1v1~1processes~1{processId}~1jobs/post)" }, { "$ref": "#/components/schemas/Link" } ] }, "self": { "$ref": "#/components/schemas/Link" } }, "type": "object" }, { "$ref": "#/components/schemas/processHALLinkCommon" } ] }