Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Value

Value.

Hierarchy

  • Value

Index

Properties

Optional created

created: string

The timestamp for creation of the object.

Optional metadata

metadata: JsonObject

Any metadata related to the entity value.

Optional patterns

patterns: string[]

An array of patterns for the entity value. A value can specify either synonyms or patterns (depending on the value type), but not both. A pattern is a regular expression; for more information about how to specify a pattern, see the documentation.

Optional synonyms

synonyms: string[]

An array of synonyms for the entity value. A value can specify either synonyms or patterns (depending on the value type), but not both. A synonym must conform to the following resrictions:

  • It cannot contain carriage return, newline, or tab characters.
  • It cannot consist of only whitespace characters.

type

type: string

Specifies the type of entity value.

Optional updated

updated: string

The timestamp for the most recent update to the object.

value

value: string

The text of the entity value. This string must conform to the following restrictions:

  • It cannot contain carriage return, newline, or tab characters.
  • It cannot consist of only whitespace characters.

Generated using TypeDoc