# `PolarExpress.Schemas.AttachedCustomFieldCreate`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/attached_custom_field_create.ex#L2)

AttachedCustomFieldCreate

Schema to attach a custom field to a resource.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.AttachedCustomFieldCreate{
  custom_field_id: String.t() | nil,
  required: boolean() | nil
}
```

* `custom_field_id` - ID of the custom field to attach. Format: uuid4.
* `required` - Whether the value is required for this custom field.

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
