object JsonSchema extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonSchema
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class AllOfSchema(allOf: Chunk[JsonSchema]) extends JsonSchema with Product with Serializable
- final case class AnnotatedSchema(schema: JsonSchema, annotation: MetaData) extends JsonSchema with Product with Serializable
- final case class AnyOfSchema(anyOf: Chunk[JsonSchema]) extends JsonSchema with Product with Serializable
- final case class ArrayType(items: Option[JsonSchema]) extends JsonSchema with Product with Serializable
- sealed trait ContentEncoding extends Product with Serializable
- final case class Enum(values: Chunk[EnumValue]) extends JsonSchema with Product with Serializable
-
sealed
trait
EnumValue extends AnyRef
- Annotations
- @noDiscriminator()
- final case class Integer(format: IntegerFormat) extends JsonSchema with Product with Serializable
- sealed trait IntegerFormat extends Product with Serializable
- sealed trait MetaData extends Product with Serializable
- final case class Number(format: NumberFormat) extends JsonSchema with Product with Serializable
- sealed trait NumberFormat extends Product with Serializable
- final case class Object(properties: Map[java.lang.String, JsonSchema], additionalProperties: Either[Boolean, JsonSchema], required: Chunk[java.lang.String]) extends JsonSchema with Product with Serializable
- final case class OneOfSchema(oneOf: Chunk[JsonSchema]) extends JsonSchema with Product with Serializable
- final case class Pattern(value: java.lang.String) extends Product with Serializable
- final case class RefSchema(ref: java.lang.String) extends JsonSchema with Product with Serializable
- sealed trait SchemaStyle extends Product with Serializable
- final case class String(format: Option[StringFormat], pattern: Option[Pattern]) extends JsonSchema with Product with Serializable
- sealed trait StringFormat extends Product with Serializable
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() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fromSegmentCodec(codec: SegmentCodec[_]): JsonSchema
- def fromTextCodec(codec: TextCodec[_]): JsonSchema
- def fromZSchema(schema: Schema[_], refType: SchemaStyle = SchemaStyle.Inline): JsonSchema
- def fromZSchemaMulti(schema: Schema[_], refType: SchemaStyle = SchemaStyle.Inline): JsonSchemas
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def obj(properties: (java.lang.String, JsonSchema)*): JsonSchema
- implicit val schema: Schema[JsonSchema]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object AnyJson extends JsonSchema with Product with Serializable
- object Boolean extends JsonSchema with Product with Serializable
- object ContentEncoding extends Serializable
- object EnumValue
- object IntegerFormat extends Serializable
- object MetaData extends Serializable
- object Null extends JsonSchema with Product with Serializable
- object NumberFormat extends Serializable
- object Object extends Serializable
- object SchemaStyle extends Serializable
- object String extends Serializable
- object StringFormat extends Serializable