JsonSchema.Types.SchemaDefinition (json_schema v0.6.0)

Copy Markdown View Source

An intermediate representation of the root of a whole JSON schema document.

Summary

Types

t()

@type t() :: %JsonSchema.Types.SchemaDefinition{
  description: String.t() | nil,
  file_path: Path.t(),
  id: URI.t(),
  title: String.t(),
  types: JsonSchema.Types.typeDictionary()
}