Packages

package jsonschema

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AstIndex(map: Map[String, YMapEntryLike]) extends Product with Serializable
  2. case class AstIndexBuilder extends Product with Serializable
  3. abstract class CommonDraft4To7ResolutionScope extends ResolutionScope
  4. case class Draft2019ResolutionScope(baseUri: URI, path: String = "") extends CommonDraft4To7ResolutionScope with Product with Serializable
  5. case class Draft4ResolutionScope(baseUri: URI, path: String = "") extends CommonDraft4To7ResolutionScope with Product with Serializable
  6. case class Draft7ResolutionScope(baseUri: URI, path: String = "") extends CommonDraft4To7ResolutionScope with Product with Serializable
  7. case class JsonReference(url: String, fragment: Option[String]) extends Product with Serializable
  8. class JsonSchemaAstIndex extends AnyRef
  9. trait JsonSchemaInference extends AnyRef
  10. class JsonSchemaParser extends AnyRef
  11. case class LexicalResolutionScope(path: String = "") extends ResolutionScope with Product with Serializable
  12. trait ResolutionScope extends AnyRef

Value Members

  1. object AstFinder
  2. object AstIndexBuilder extends Serializable

    Waiting to be used.

    Waiting to be used. It not used in production due to performance problems that have to be taken care of first.

  3. object CommonDraft4To7ResolutionScope
  4. object JsonReference extends Serializable
  5. object JsonSchemaAstIndex
  6. object JsonSchemaRootCreator
  7. object JsonYamlParser

Ungrouped