Used to set the default container type for a term.
Diagram
Value
String
Any String value.
Null
Literal value null.
Enum
"@list"
"@index"
"@set"
Source
"@container": {
"type": [
"string",
"null"
],
"description": "Used to set the default container type for a term.",
"enum": [
"@list",
"@index",
"@set"
]
}