MapType

besom.codegen.metaschema.MapType

A reference to a map type. The "type" property must be set to "object" and the "additionalProperties" property may be present. No other properties may be present.

Value parameters

additionalProperties

The element type of the map. Defaults to "string" when omitted.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def plain: Boolean

Attributes

Returns

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

Inherited from:
TypeReference

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product