Packages

case class AdditionalItemsAllowed(value: Boolean) extends AdditionalItems with Product with Serializable

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

Instance Constructors

  1. new AdditionalItemsAllowed(value: Boolean)

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
    AdditionalItemsJsonSchemaProperty
  3. val value: Boolean