Skip to content

Commit

Permalink
chore: update schema [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 7, 2023
1 parent 7334b30 commit 4da46c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/vega-lite-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8320,7 +8320,7 @@
"type": "null"
}
],
"description": "The sort order. One of `\"ascending\"` (default), `\"descending\"`, or `null` (no not sort)."
"description": "The sort order. One of `\"ascending\"` (default), `\"descending\"`, or `null` (do not sort)."
}
},
"type": "object"
Expand Down Expand Up @@ -26589,7 +26589,7 @@
"type": "null"
}
],
"description": "The sort order. One of `\"ascending\"` (default), `\"descending\"`, or `null` (no not sort)."
"description": "The sort order. One of `\"ascending\"` (default), `\"descending\"`, or `null` (do not sort)."
}
},
"required": [
Expand All @@ -26614,7 +26614,7 @@
"type": "null"
}
],
"description": "Whether to sort the field in ascending or descending order. One of `\"ascending\"` (default), `\"descending\"`, or `null` (no not sort)."
"description": "Whether to sort the field in ascending or descending order. One of `\"ascending\"` (default), `\"descending\"`, or `null` (do not sort)."
}
},
"required": [
Expand Down

0 comments on commit 4da46c3

Please sign in to comment.