value element

Type: permissibleValue
Namespace: (default namespace)
XML Schema: vcac-service-catalog-rest-schema.xsd

Represents a particular value that a user is allowed to assign to a specific FieldDefinition. The assignable value is specified by #getUnderlyingValue() as a literal. This may be null. Optionally, the value can be associated with a user-friendly label. If omitted, the default, localized display of the supplied value is used.

Example JSON

{ "underlyingValue" : { }, "label" : "..." }