Back to browse
JSON Best Practices
✓ "lighting" : { "type" : "golden hour sunlight from left" , "quality" : "soft and diffused" } ✗ "lighting" : { "type" : "nice" , "quality" : "good" }
Added May 19, 20260 views0 copies
Prompt
✓
"lighting"
:
{
"type"
:
"golden hour sunlight from left"
,
"quality"
:
"soft and diffused"
}
✗
"lighting"
:
{
"type"
:
"nice"
,
"quality"
:
"good"
}Replace text in [BRACKETS] with your own values before pasting.