skema/com.eignex.skema/JsonSpec/Not Not @Serializable@SerialName(value = "Not")data class Not(val spec: JsonSpec) : JsonSpec(source)Value must NOT match the given spec. MembersMembers & Extensions Constructors Not Link copied to clipboard constructor(spec: JsonSpec) Properties spec Link copied to clipboard val spec: JsonSpecThe spec the value must fail. Functions toJsonSchema Link copied to clipboard fun JsonSpec.toJsonSchema(): JsonObjectJSON Schema fragment describing the value this primitive validates. Not constructor(spec: JsonSpec)(source) spec val spec: JsonSpec(source)The spec the value must fail.