skema

Not

@Serializable
@SerialName(value = "Not")
data class Not(val spec: JsonSpec) : JsonSpec(source)

Value must NOT match the given spec.

Constructors

Link copied to clipboard
constructor(spec: JsonSpec)

Properties

Link copied to clipboard

The spec the value must fail.

Functions

Link copied to clipboard
fun JsonSpec.toJsonSchema(): JsonObject

JSON Schema fragment describing the value this primitive validates.

Not

constructor(spec: JsonSpec)(source)

spec

The spec the value must fail.