json_schema v0.1.0 JsonSchema.Types.SchemaDefinition View Source

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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %JsonSchema.Types.SchemaDefinition{
  description: String.t(),
  file_path: Path.t(),
  id: URI.t(),
  title: String.t(),
  types: JsonSchema.Types.typeDictionary()
}

Link to this section Functions

Link to this function new(file_path, id, title, description, types) View Source