lib/typesense/schema.ex

defmodule Typesense.Schema do
  @moduledoc """
  Represents the schema for a collection.
  """

  @enforce_keys [:name, :fields]

  # NOTE: got to do something with this. Maybe use specs instead?
end