Simple
@Serializable
Represents a simplified JSON structure with a schema definition.
This data class implements the JSON
interface and provides a basic representation of a JSON structure using a name
and its corresponding schema
in the form of a JsonObject
.
Use this class when a lightweight, minimal representation of a JSON schema is sufficient.