object CommonProperties
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommonProperties
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
AnyOf(value: List[Schema]) extends JsonSchemaProperty with Product with Serializable
Type representing value for
anyOf
key -
case class
Description(value: String) extends JsonSchemaProperty with Product with Serializable
Type representing value for
description
keyType representing value for
description
key- See also
http://json-schema.org/latest/json-schema-validation.html#rfc.section.10.1
-
case class
Enum(value: List[Json]) extends JsonSchemaProperty with Product with Serializable
Type representing value for
enum
keyType representing value for
enum
key- See also
http://json-schema.org/latest/json-schema-validation.html#anchor76
-
case class
OneOf(value: List[Schema]) extends JsonSchemaProperty with Product with Serializable
Type representing value for
oneOf
keyType representing value for
oneOf
key- See also
http://json-schema.org/latest/json-schema-validation.html#anchor88
-
sealed
trait
Type extends JsonSchemaProperty
AST representing value for
type
key in JSON SchemaAST representing value for
type
key in JSON Schema- See also
http://json-schema.org/latest/json-schema-validation.html#anchor79
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Type extends Serializable