# CMSCounty

Model ID: `CMSCounty`

A county returned by the counties-by-zip lookup.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `fips` | `string|null` | No |  |  | `null` | Yes |  |
| `name` | `string|null` | No |  |  | `null` | Yes |  |
| `state` | `string|null` | No |  |  | `null` | Yes |  |
| `zipcode` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
