Includes information about the supported verifiable credentials.
@type t() :: %Ory.Model.CredentialSupportedDraft00{ cryptographic_binding_methods_supported: [String.t()] | nil, cryptographic_suites_supported: [String.t()] | nil, format: String.t() | nil, types: [String.t()] | nil }