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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchemaUri
- StringProperty
- JsonSchemaProperty
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SchemaUri(value: URI)
Value Members
-
def
keyName: String
Each property should at least have canonical key
Each property should at least have canonical key
- Definition Classes
- JsonSchemaProperty
-
val
keyword: Keyword
- Definition Classes
- SchemaUri → JsonSchemaProperty
- val value: URI