json_schema v0.3.0 JsonSchema.Types.SchemaDefinition View Source
An intermediate representation of the root of a whole JSON schema document.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %JsonSchema.Types.SchemaDefinition{ description: String.t() | nil, file_path: Path.t(), id: URI.t(), title: String.t(), types: JsonSchema.Types.typeDictionary() }