View Source JsonSchema.Types.SchemaDefinition (json_schema v0.5.0)

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

Link to this section Summary

Link to this section Types

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