JSONSchemaProps

case class JSONSchemaProps($ref: Option[String], $schema: Option[String], additionalItems: Option[JSONSchemaPropsOrBool], additionalProperties: Option[JSONSchemaPropsOrBool], allOf: Option[Seq[JSONSchemaProps]], anyOf: Option[Seq[JSONSchemaProps]], default: Option[JSON], definitions: Option[Map[String, JSONSchemaProps]], dependencies: Option[Map[String, JSONSchemaPropsOrStringArray]], description: Option[String], enum: Option[Seq[JSON]], example: Option[JSON], exclusiveMaximum: Option[Boolean], exclusiveMinimum: Option[Boolean], externalDocs: Option[ExternalDocumentation], format: Option[String], id: Option[String], items: Option[JSONSchemaPropsOrArray], maxItems: Option[Long], maxLength: Option[Long], maxProperties: Option[Long], maximum: Option[Double], minItems: Option[Long], minLength: Option[Long], minProperties: Option[Long], minimum: Option[Double], multipleOf: Option[Double], not: Option[JSONSchemaProps], nullable: Option[Boolean], oneOf: Option[Seq[JSONSchemaProps]], pattern: Option[String], patternProperties: Option[Map[String, JSONSchemaProps]], properties: Option[Map[String, JSONSchemaProps]], required: Option[Seq[String]], title: Option[String], `type`: Option[String], uniqueItems: Option[Boolean], x-kubernetes-embedded-resource: Option[Boolean], x-kubernetes-int-or-string: Option[Boolean], x-kubernetes-list-map-keys: Option[Seq[String]], x-kubernetes-list-type: Option[String], x-kubernetes-map-type: Option[String], x-kubernetes-preserve-unknown-fields: Option[Boolean], x-kubernetes-validations: Option[Seq[ValidationRule]])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product