You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
433 B

  1. {
  2. "curriculum": {
  3. "depth": "core",
  4. "plural": "curricula",
  5. "has": ["topic", "topics"],
  6. "in": false
  7. },
  8. "topic": {
  9. "depth": "mantle",
  10. "plural": "topics",
  11. "has": ["lesson", "lessons"],
  12. "in": ["curriculum", "curricula"]
  13. },
  14. "lesson": {
  15. "depth": "crust",
  16. "plural": "lessons",
  17. "has": false,
  18. "in": ["topic", "topics"]
  19. }
  20. }