com.eignex.skema/JsonSpec/Nullable Nullable @Serializable@SerialName(value = "Nullable")data class Nullable(val inner: JsonSpec) : JsonSpec(source)Wraps a JsonSpec so the value may also be null. Renders as {"anyOf":[<inner>, {"type":"null"}]}. Equivalent to OneOf(inner, Null) but spells the intent out. Constructors Nullable constructor(inner: JsonSpec)(source) Properties inner val inner: JsonSpec(source)The non-null spec. On this pageConstructorsNullablePropertiesinner