JSON Schema Property '@container'

Description

Used to set the default container type for a term.

Diagram

JSON Schema Diagram of /definitions/common/properties/@container

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"
    ]
}
http://json.schemastore.org/jsonld (48:18)
Documentation for Schema.org Thing
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949