Skip to content

Commit 59917ca

Browse files
committed
Update note fields to reflect there is only one type, String
1 parent 6e94f3d commit 59917ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: source/includes/20170710/resources/_study_materials.md.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Attribute | Data Type | Description
2727
--------- | --------------- | -----------
2828
`created_at` | Date | Timestamp when the study material was created.
2929
`hidden` | Boolean | Indicates if the associated subject has been hidden, preventing it from appearing in lessons or reviews.
30-
`meaning_note` | `null` or String | Free form note related to the meaning(s) of the associated subject.
30+
`meaning_note` | String | Free form note related to the meaning(s) of the associated subject.
3131
`meaning_synonyms` | Array | Synonyms for the meaning of the subject. These are used as additional correct answers during reviews.
32-
`reading_note` | `null` or String | Free form note related to the reading(s) of the associated subject.
32+
`reading_note` | String | Free form note related to the reading(s) of the associated subject.
3333
`subject_id` | Integer | Unique identifier of the associated [subject](#subjects).
3434
`subject_type` | String | The type of the associated [subject](#subjects), one of: `kana_vocabulary`, `kanji`, `radical`, or `vocabulary`.
3535

0 commit comments

Comments
 (0)