diff --git a/lib/ash/resource/identity.ex b/lib/ash/resource/identity.ex index 8acc4d2e9..f7f16eda6 100644 --- a/lib/ash/resource/identity.ex +++ b/lib/ash/resource/identity.ex @@ -4,7 +4,7 @@ defmodule Ash.Resource.Identity do @schema [ name: [ - type: {:custom, __MODULE__, :keys, []}, + type: :atom, required: true, doc: "The name of the identity. Used by extensions to target specific identities for fetching single instances of a resource"