Skip to content

Commit

Permalink
fix: hitmeta is called optional now
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Nov 12, 2023
1 parent ea084f1 commit 86dbfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/codebase/batch-manual/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The properties are described as this:
| `timeAchieved` (Optional) | integer \| null | This is *when* the score was achieved in unix milliseconds. This should be provided if possible, as Tachi uses it for a LOT of features. |
| `comment` (Optional) | string \| null | A comment from the user about this score. |
| `judgements` (Optional) | Record<Game Judgement, integer> | This should be a record of the judgements for your game + playtype, and the integer indicating how often they occured. |
| `hitMeta` (Optional) | See [Game Specific Hit Meta](../../schemas/score.md#game-specific) | This can be a partial record of various `hitMeta` props for this game. |
| `optional` (Optional) | See [Game Specific Optional Metrics](../../schemas/score.md#game-specific) | Any optional metrics you wish to provide for this game. |
| `scoreMeta` (Optional) | See [Game Specific Score Meta](../../schemas/score.md#game-specific) | This can be a partial record of various `scoreMeta` props for this game. |

!!! warning
Expand Down

0 comments on commit 86dbfb9

Please sign in to comment.