Lightning.Credentials.Schema (Lightning v2.15.0-pre5)
View SourceStructure that can parse JsonSchemas (using ExJsonSchema) and validate
changesets for a given schema.
Summary
Types
@type t() :: %Lightning.Credentials.Schema{ fields: [String.t()], name: String.t() | nil, root: ExJsonSchema.Schema.Root.t(), types: Ecto.Changeset.types() }