Custom

data class Custom(val jsonValue: String) : JsonSchemaFormat(source)

A custom format which may be represented as an URI, and this URI may reference a schema of that format.

Constructors

Link copied to clipboard
constructor(jsonValue: String)

Properties

Link copied to clipboard
open override val jsonValue: String

The underlying JSON string representation.