Packages

case class SchemaUri(value: URI) extends JsonSchemaProperty with StringProperty with Product with Serializable

Class representing $$schema keyword

See also

https://json-schema.org/understanding-json-schema/reference/schema.html

Linear Supertypes
StringProperty, JsonSchemaProperty, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaUri
  2. StringProperty
  3. JsonSchemaProperty
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SchemaUri(value: URI)

Value Members

  1. def keyName: String

    Each property should at least have canonical key

    Each property should at least have canonical key

    Definition Classes
    JsonSchemaProperty
  2. val keyword: Keyword
    Definition Classes
    SchemaUriJsonSchemaProperty
  3. val value: URI