Schema

data class Schema(val name: String? = null, val schema: JsonSchema) : Format(source)

Represents a JSON schema format type.

Constructors

Link copied to clipboard
constructor(name: String? = null, schema: JsonSchema)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard

The JSON schema definition