Skip to content

Commit

Permalink
fix schema and alu
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails committed Dec 2, 2023
1 parent 6983d75 commit 238cd94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Word = z
"When this word was coined (relative to the publication dates of the official Toki Pona books)",
),
coined_year: z.string().describe("The year when this word was coined (if known)"),
creator: z.string().describe("The person who created this word (if known)"),
creator: z.array(z.string()).describe("The person who created this word (if known)"),
ku_data: z
.record(z.number().min(0).max(100))
.optional()
Expand Down
2 changes: 1 addition & 1 deletion words/alu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author_verbatim_source = ""
book = "none"
coined_era = "post-pu"
coined_year = "2018"
creator = ["jan Ote", "\"thelegenderp\"; jan Tolin (separately)"]
creator = ['''jan Ote "thelegenderp"''', "jan Tolin (separately)"]
see_also = ["la"]
source_language = "toki pona"
usage_category = "obscure"
Expand Down

0 comments on commit 238cd94

Please sign in to comment.