Schema for location types (e.g., Showroom, Storage, Office).
@type t() :: %PhoenixKitLocations.Schemas.LocationType{ __meta__: term(), data: term(), description: term(), inserted_at: term(), location_type_assignments: term(), locations: term(), name: term(), status: term(), updated_at: term(), uuid: term() }