Here an example where things are ok: ``` { "type": "int" }, ```  Here a slight mishap, the zero alone is not recognized as int: ``` { "arity": 0, "text": "0", "type": "goal_built_in" }, ``` 