Skip to content

Commit

Permalink
Update note fields to reflect there is only one type, String
Browse files Browse the repository at this point in the history
  • Loading branch information
vietqhoang committed Jul 1, 2024
1 parent 6e94f3d commit 59917ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/includes/20170710/resources/_study_materials.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Attribute | Data Type | Description
--------- | --------------- | -----------
`created_at` | Date | Timestamp when the study material was created.
`hidden` | Boolean | Indicates if the associated subject has been hidden, preventing it from appearing in lessons or reviews.
`meaning_note` | `null` or String | Free form note related to the meaning(s) of the associated subject.
`meaning_note` | String | Free form note related to the meaning(s) of the associated subject.
`meaning_synonyms` | Array | Synonyms for the meaning of the subject. These are used as additional correct answers during reviews.
`reading_note` | `null` or String | Free form note related to the reading(s) of the associated subject.
`reading_note` | String | Free form note related to the reading(s) of the associated subject.
`subject_id` | Integer | Unique identifier of the associated [subject](#subjects).
`subject_type` | String | The type of the associated [subject](#subjects), one of: `kana_vocabulary`, `kanji`, `radical`, or `vocabulary`.

Expand Down

0 comments on commit 59917ca

Please sign in to comment.