{
  "content": {
    "application/json": {
      "schema": {
        "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-processes/build/annotated/api/processes/v1/schemas/statusInfo/schema.json"
      }
    }
  },
  "description": "Started asynchronous execution. Created job.",
  "headers": {
    "Location": {
      "description": "URL to check the status of the execution/job.",
      "schema": {
        "type": "string"
      }
    },
    "Preference-Applied": {
      "description": "The preference applied to execute the process asynchronously (see. RFC 2740).",
      "schema": {
        "type": "string"
      }
    }
  }
}