TypeReference

besom.codegen.metaschema.TypeReference
See theTypeReference companion object
sealed trait TypeReference

A reference to a type. The particular kind of type referenced is determined based on the contents of the "type" property and the presence or absence of the "additionalProperties", "items", "oneOf", and "ref" properties.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ArrayType
class MapType
object BooleanType.type
object IntegerType.type
object NumberType.type
object StringType.type
object ResourceIdType.type
class UnionType
object UrnType.type
class NamedType
Show all

Members list

Value members

Concrete methods

def plain: Boolean

Attributes

Returns

Indicates that when used as an input, this type does not accept eventual values.