You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class CollectionItemFieldData(pydantic.BaseModel):
name: typing.Optional[str] = pydantic.Field(description="Name of the Item")
slug: typing.Optional[str] = pydantic.Field(
description="URL structure of the Item in your site. Note: Updates to an item slug will break all links referencing the old slug."
)