{
  "topic": "errors.WORKFLOW_SCHEMA_VERSION_UNSUPPORTED",
  "path": [
    "errors",
    "WORKFLOW_SCHEMA_VERSION_UNSUPPORTED"
  ],
  "title": "WORKFLOW_SCHEMA_VERSION_UNSUPPORTED — workflow schema version not accepted",
  "synopsis": "Every workflow definition must declare a schema version in `MAJOR.MINOR` format (for example `\"version\": \"1.1\"`). This error is returned when the import request contains a version string that does not match any supported schema version.",
  "body": "# errors.WORKFLOW_SCHEMA_VERSION_UNSUPPORTED\n\n## NAME\n\nWORKFLOW_SCHEMA_VERSION_UNSUPPORTED — the workflow definition uses a schema version that this server does not accept.\n\n## SYNOPSIS\n\nHTTP: `400` `Bad Request`. Retryable: `no`.\n\n## DESCRIPTION\n\nEvery workflow definition must declare a schema version in `MAJOR.MINOR` format (for example `\"version\": \"1.1\"`). This error is returned when the import request contains a version string that does not match any supported schema version.\n\nCommon causes:\n\n- The `\"version\"` field is a bare integer (e.g. `\"1\"`) instead of `MAJOR.MINOR` (e.g. `\"1.1\"`).\n- The `\"version\"` field refers to a future or deprecated schema revision not supported by this server build. v0.8.0 retires the `1.0` minor used by release/v0.7.x; payloads stamped `\"1.0\"` are rejected and must be regenerated against `1.1`.\n- The `\"version\"` field is missing from one or more workflow objects in the import payload.\n\nCorrect the `\"version\"` field in every workflow object within the `workflows` array to use `\"1.1\"` (or the current supported version), then resubmit the import request.\n\nDiscover the current supported set via `cyoda help workflows schema-version versions` or `GET /help/workflows/schema-version/versions`.\n\n## SEE ALSO\n\n- errors\n- workflows.schema-version\n- errors.WORKFLOW_NOT_FOUND\n- errors.VALIDATION_FAILED\n",
  "sections": [
    {
      "name": "NAME",
      "body": "WORKFLOW_SCHEMA_VERSION_UNSUPPORTED — the workflow definition uses a schema version that this server does not accept."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `400` `Bad Request`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "Every workflow definition must declare a schema version in `MAJOR.MINOR` format (for example `\"version\": \"1.1\"`). This error is returned when the import request contains a version string that does not match any supported schema version.\n\nCommon causes:\n\n- The `\"version\"` field is a bare integer (e.g. `\"1\"`) instead of `MAJOR.MINOR` (e.g. `\"1.1\"`).\n- The `\"version\"` field refers to a future or deprecated schema revision not supported by this server build. v0.8.0 retires the `1.0` minor used by release/v0.7.x; payloads stamped `\"1.0\"` are rejected and must be regenerated against `1.1`.\n- The `\"version\"` field is missing from one or more workflow objects in the import payload.\n\nCorrect the `\"version\"` field in every workflow object within the `workflows` array to use `\"1.1\"` (or the current supported version), then resubmit the import request.\n\nDiscover the current supported set via `cyoda help workflows schema-version versions` or `GET /help/workflows/schema-version/versions`."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- workflows.schema-version\n- errors.WORKFLOW_NOT_FOUND\n- errors.VALIDATION_FAILED"
    }
  ],
  "see_also": [
    "errors",
    "workflows.schema-version",
    "errors.WORKFLOW_NOT_FOUND",
    "errors.VALIDATION_FAILED"
  ],
  "stability": "stable",
  "actions": []
}
