1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-21 15:51:49 +03:00
leon/core/data/en/entities/levels.json

14 lines
168 B
JSON
Raw Normal View History

2022-03-20 14:25:42 +03:00
{
"options": {
2022-05-09 17:31:47 +03:00
"LOW": {
"synonyms": ["low"]
2022-03-20 14:25:42 +03:00
},
2022-05-09 17:31:47 +03:00
"MEDIUM": {
"synonyms": ["medium"]
2022-03-20 14:25:42 +03:00
},
2022-05-09 17:31:47 +03:00
"HIGH": {
"synonyms": ["high"]
2022-03-20 14:25:42 +03:00
}
}
}