{
  "name": "Negation",
  "level": 6,
  "slots": ["negation", "object"],
  "prerequisites": ["single_word"],
  "node_keys": ["reject_or_protest", "combine_action_object"],
  "description": "Saying no to a thing or an action: no apple, not milk.",
  "rubric": ["A negation word with a content word", "Rejects or denies the right thing"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{negation} {object}", "morphology": "'No' before the noun at two words.", "examples": [{"slots": {"negation": "no", "object": "apple"}, "text": "No apple"}, {"slots": {"negation": "no", "object": "milk"}, "text": "No milk"}], "status": "draft"},
    "hi": {"pattern": "{object} {negation}", "morphology": "The noun comes first, then नहीं (सेब नहीं); for refusing an action, नहीं follows the verb stem.", "examples": [{"slots": {"negation": "no", "object": "apple"}, "text": "सेब नहीं"}, {"slots": {"negation": "no", "object": "milk"}, "text": "दूध नहीं"}], "status": "draft"}
  }
}
