Skip to content

Commit

Permalink
update documentation for output_type_id to note that values should be…
Browse files Browse the repository at this point in the history
… specified in order
  • Loading branch information
elray1 committed Jun 27, 2024
1 parent 0f35d3b commit 88c0cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v3.0.0/tasks-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
"type": "object",
"properties": {
"output_type_id": {
"description": "Object containing required and optional arrays defining possible values of the target variable at which values of the cumulative distribution function of the predictive distribution will be recorded.",
"description": "Object containing required and optional arrays defining possible values of the target variable at which values of the cumulative distribution function of the predictive distribution will be recorded. These should be listed in order from low to high.",
"examples": [{
"required": [
10.0,
Expand Down Expand Up @@ -1021,7 +1021,7 @@
"type": "object",
"properties": {
"output_type_id": {
"description": "Object containing required and optional arrays specifying valid categories of a discrete variable.",
"description": "Object containing required and optional arrays specifying valid categories of a discrete variable. Note that for ordinal variables, the category levels should be listed in order from low to high.",
"examples": [{
"required": null,
"optional": [
Expand Down

0 comments on commit 88c0cc5

Please sign in to comment.