JSONSchemaPropsO

class Object
trait Matchable
class Any

Value members

Concrete fields

val $refL: Lens[JSONSchemaProps, Optional[String]]
val $refO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val $schemaL: Lens[JSONSchemaProps, Optional[String]]
val $schemaO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val additionalItemsL: Lens[JSONSchemaProps, Optional[JSONSchemaPropsOrBool]]
val additionalItemsO: Optic[JSONSchemaProps, JSONSchemaProps, JSONSchemaPropsOrBool, OpticFailure, Nothing, JSONSchemaPropsOrBool, JSONSchemaProps]
val additionalPropertiesL: Lens[JSONSchemaProps, Optional[JSONSchemaPropsOrBool]]
val additionalPropertiesO: Optic[JSONSchemaProps, JSONSchemaProps, JSONSchemaPropsOrBool, OpticFailure, Nothing, JSONSchemaPropsOrBool, JSONSchemaProps]
val allOfL: Lens[JSONSchemaProps, Optional[Vector[JSONSchemaProps]]]
val allOfO: Optic[JSONSchemaProps, JSONSchemaProps, Vector[JSONSchemaProps], OpticFailure, Nothing, Vector[JSONSchemaProps], JSONSchemaProps]
val anyOfL: Lens[JSONSchemaProps, Optional[Vector[JSONSchemaProps]]]
val anyOfO: Optic[JSONSchemaProps, JSONSchemaProps, Vector[JSONSchemaProps], OpticFailure, Nothing, Vector[JSONSchemaProps], JSONSchemaProps]
val defaultL: Lens[JSONSchemaProps, Optional[JSON]]
val defaultO: Optic[JSONSchemaProps, JSONSchemaProps, JSON, OpticFailure, Nothing, JSON, JSONSchemaProps]
val definitionsL: Lens[JSONSchemaProps, Optional[Map[String, JSONSchemaProps]]]
val definitionsO: Optic[JSONSchemaProps, JSONSchemaProps, Map[String, JSONSchemaProps], OpticFailure, Nothing, Map[String, JSONSchemaProps], JSONSchemaProps]
val dependenciesL: Lens[JSONSchemaProps, Optional[Map[String, JSONSchemaPropsOrStringArray]]]
val dependenciesO: Optic[JSONSchemaProps, JSONSchemaProps, Map[String, JSONSchemaPropsOrStringArray], OpticFailure, Nothing, Map[String, JSONSchemaPropsOrStringArray], JSONSchemaProps]
val descriptionL: Lens[JSONSchemaProps, Optional[String]]
val descriptionO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val enumL: Lens[JSONSchemaProps, Optional[Vector[JSON]]]
val enumO: Optic[JSONSchemaProps, JSONSchemaProps, Vector[JSON], OpticFailure, Nothing, Vector[JSON], JSONSchemaProps]
val exampleL: Lens[JSONSchemaProps, Optional[JSON]]
val exampleO: Optic[JSONSchemaProps, JSONSchemaProps, JSON, OpticFailure, Nothing, JSON, JSONSchemaProps]
val exclusiveMaximumL: Lens[JSONSchemaProps, Optional[Boolean]]
val exclusiveMaximumO: Optic[JSONSchemaProps, JSONSchemaProps, Boolean, OpticFailure, Nothing, Boolean, JSONSchemaProps]
val exclusiveMinimumL: Lens[JSONSchemaProps, Optional[Boolean]]
val exclusiveMinimumO: Optic[JSONSchemaProps, JSONSchemaProps, Boolean, OpticFailure, Nothing, Boolean, JSONSchemaProps]
val externalDocsL: Lens[JSONSchemaProps, Optional[ExternalDocumentation]]
val externalDocsO: Optic[JSONSchemaProps, JSONSchemaProps, ExternalDocumentation, OpticFailure, Nothing, ExternalDocumentation, JSONSchemaProps]
val formatL: Lens[JSONSchemaProps, Optional[String]]
val formatO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val idL: Lens[JSONSchemaProps, Optional[String]]
val idO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val itemsL: Lens[JSONSchemaProps, Optional[JSONSchemaPropsOrArray]]
val itemsO: Optic[JSONSchemaProps, JSONSchemaProps, JSONSchemaPropsOrArray, OpticFailure, Nothing, JSONSchemaPropsOrArray, JSONSchemaProps]
val maxItemsL: Lens[JSONSchemaProps, Optional[Long]]
val maxItemsO: Optic[JSONSchemaProps, JSONSchemaProps, Long, OpticFailure, Nothing, Long, JSONSchemaProps]
val maxLengthL: Lens[JSONSchemaProps, Optional[Long]]
val maxLengthO: Optic[JSONSchemaProps, JSONSchemaProps, Long, OpticFailure, Nothing, Long, JSONSchemaProps]
val maxPropertiesL: Lens[JSONSchemaProps, Optional[Long]]
val maxPropertiesO: Optic[JSONSchemaProps, JSONSchemaProps, Long, OpticFailure, Nothing, Long, JSONSchemaProps]
val maximumL: Lens[JSONSchemaProps, Optional[Double]]
val maximumO: Optic[JSONSchemaProps, JSONSchemaProps, Double, OpticFailure, Nothing, Double, JSONSchemaProps]
val minItemsL: Lens[JSONSchemaProps, Optional[Long]]
val minItemsO: Optic[JSONSchemaProps, JSONSchemaProps, Long, OpticFailure, Nothing, Long, JSONSchemaProps]
val minLengthL: Lens[JSONSchemaProps, Optional[Long]]
val minLengthO: Optic[JSONSchemaProps, JSONSchemaProps, Long, OpticFailure, Nothing, Long, JSONSchemaProps]
val minPropertiesL: Lens[JSONSchemaProps, Optional[Long]]
val minPropertiesO: Optic[JSONSchemaProps, JSONSchemaProps, Long, OpticFailure, Nothing, Long, JSONSchemaProps]
val minimumL: Lens[JSONSchemaProps, Optional[Double]]
val minimumO: Optic[JSONSchemaProps, JSONSchemaProps, Double, OpticFailure, Nothing, Double, JSONSchemaProps]
val multipleOfL: Lens[JSONSchemaProps, Optional[Double]]
val multipleOfO: Optic[JSONSchemaProps, JSONSchemaProps, Double, OpticFailure, Nothing, Double, JSONSchemaProps]
val notL: Lens[JSONSchemaProps, Optional[JSONSchemaProps]]
val notO: Optic[JSONSchemaProps, JSONSchemaProps, JSONSchemaProps, OpticFailure, Nothing, JSONSchemaProps, JSONSchemaProps]
val nullableL: Lens[JSONSchemaProps, Optional[Boolean]]
val nullableO: Optic[JSONSchemaProps, JSONSchemaProps, Boolean, OpticFailure, Nothing, Boolean, JSONSchemaProps]
val oneOfL: Lens[JSONSchemaProps, Optional[Vector[JSONSchemaProps]]]
val oneOfO: Optic[JSONSchemaProps, JSONSchemaProps, Vector[JSONSchemaProps], OpticFailure, Nothing, Vector[JSONSchemaProps], JSONSchemaProps]
val patternL: Lens[JSONSchemaProps, Optional[String]]
val patternO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val patternPropertiesL: Lens[JSONSchemaProps, Optional[Map[String, JSONSchemaProps]]]
val patternPropertiesO: Optic[JSONSchemaProps, JSONSchemaProps, Map[String, JSONSchemaProps], OpticFailure, Nothing, Map[String, JSONSchemaProps], JSONSchemaProps]
val propertiesL: Lens[JSONSchemaProps, Optional[Map[String, JSONSchemaProps]]]
val propertiesO: Optic[JSONSchemaProps, JSONSchemaProps, Map[String, JSONSchemaProps], OpticFailure, Nothing, Map[String, JSONSchemaProps], JSONSchemaProps]
val requiredL: Lens[JSONSchemaProps, Optional[Vector[String]]]
val requiredO: Optic[JSONSchemaProps, JSONSchemaProps, Vector[String], OpticFailure, Nothing, Vector[String], JSONSchemaProps]
val titleL: Lens[JSONSchemaProps, Optional[String]]
val titleO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val typeL: Lens[JSONSchemaProps, Optional[String]]
val typeO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val uniqueItemsL: Lens[JSONSchemaProps, Optional[Boolean]]
val uniqueItemsO: Optic[JSONSchemaProps, JSONSchemaProps, Boolean, OpticFailure, Nothing, Boolean, JSONSchemaProps]
val x-kubernetes-embedded-resourceL: Lens[JSONSchemaProps, Optional[Boolean]]
val x-kubernetes-embedded-resourceO: Optic[JSONSchemaProps, JSONSchemaProps, Boolean, OpticFailure, Nothing, Boolean, JSONSchemaProps]
val x-kubernetes-int-or-stringL: Lens[JSONSchemaProps, Optional[Boolean]]
val x-kubernetes-int-or-stringO: Optic[JSONSchemaProps, JSONSchemaProps, Boolean, OpticFailure, Nothing, Boolean, JSONSchemaProps]
val x-kubernetes-list-map-keysL: Lens[JSONSchemaProps, Optional[Vector[String]]]
val x-kubernetes-list-map-keysO: Optic[JSONSchemaProps, JSONSchemaProps, Vector[String], OpticFailure, Nothing, Vector[String], JSONSchemaProps]
val x-kubernetes-list-typeL: Lens[JSONSchemaProps, Optional[String]]
val x-kubernetes-list-typeO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val x-kubernetes-map-typeL: Lens[JSONSchemaProps, Optional[String]]
val x-kubernetes-map-typeO: Optic[JSONSchemaProps, JSONSchemaProps, String, OpticFailure, Nothing, String, JSONSchemaProps]
val x-kubernetes-preserve-unknown-fieldsL: Lens[JSONSchemaProps, Optional[Boolean]]
val x-kubernetes-preserve-unknown-fieldsO: Optic[JSONSchemaProps, JSONSchemaProps, Boolean, OpticFailure, Nothing, Boolean, JSONSchemaProps]