These definitions will come from a JSON where we won't have access to the enums in the source. We should be able to write something like this: ``` javascript { intensity: 2, light_type: "POINT", method: "DYNAMIC" } ```
These definitions will come from a JSON where we won't have access to the enums in the source. We should be able to write something like this: