# Code Snippet Pair

Renders two distinct code snippets side-by-side or stacked, without

## Surfaces

web, google-meet-stage, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| left_code | string |
| right_code | string |
| language | string |
| left_label | string |
| right_label | string |

## Example payload

```json
{
  "type": "code_snippet_pair",
  "left_code": "Left code",
  "right_code": "Right code",
  "language": "json",
  "left_label": "Left label",
  "right_label": "Right label"
}
```

Live page: https://a2uicatalog.ai/atoms/code_snippet_pair/
Full field contract: https://a2uicatalog.ai/spec.json
