The Pod spec uses a key 'containers' with a list of container objects.
Step 2: Validate options
containers: [{name: 'app', image: 'app-image'}, {name: 'sidecar', image: 'sidecar-image'}] correctly uses 'containers' as a list. The other options use wrong keys or wrong data structures.