Skip to main content

Enumeration

The type enumeration is a special field type used to store a list of predefined values, often referred to as terms. This is useful for categorizing or tagging content with specific labels that are defined in advance.

A very well-known field would be our venus:topics field, which is often used to tag entities.

Structure

[
"venus:profession",
...
]

Example

{
"types": [
"schema:ContactPoint"
],
"content": {
"schema:contactType": [
"venus:organizer"
]
}
}