{
  "properties": {
    "created": {
      "format": "date-time",
      "type": "string"
    },
    "finished": {
      "format": "date-time",
      "type": "string"
    },
    "jobID": {
      "type": "string"
    },
    "links": {
      "items": {
        "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-processes/build/annotated/api/processes/v1/schemas/link/schema.json"
      },
      "type": "array"
    },
    "message": {
      "type": "string"
    },
    "processID": {
      "type": "string"
    },
    "progress": {
      "maximum": 100,
      "minimum": 0,
      "type": "integer"
    },
    "started": {
      "format": "date-time",
      "type": "string"
    },
    "status": {
      "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-processes/build/annotated/api/processes/v1/schemas/statusCode/schema.json"
    },
    "type": {
      "enum": [
        "process"
      ],
      "type": "string"
    },
    "updated": {
      "format": "date-time",
      "type": "string"
    }
  },
  "required": [
    "jobID",
    "status",
    "type"
  ],
  "type": "object"
}