com.eignex.skema/JsonSpec/Const Const @Serializable@SerialName(value = "Const")data class Const(val value: JsonElement) : JsonSpec(source)Value constrained to a single constant. Maps to {"const": value}. Constructors Const constructor(value: JsonElement)(source) Properties value val value: JsonElement(source)The required value, as a JsonElement. On this pageConstructorsConstPropertiesvalue