JSON Schema Definition 'context'

Diagram

JSON Schema Diagram of /definitions/context

Value

Boolean

Literal value true or false.

String

Any String value.

Number

Any Number value.

Array

Array Index Type Description
1-n Any Any type of value (boolean, integer, number, string, object, array or null).

Object

Properties

Property Name Type Description
@context string, array, object, null
Any of the following values:
  • A String value
  • An Array value
  • An Object value
  • A Null value A Null value (null literal)
Used to define the short-hand names that are used throughout a JSON-LD document..
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Null

Literal value null.

Source

"context": {
    "additionalProperties": true,
    "properties": {
        "@context": {
            "type": [
                "object",
                "string",
                "array",
                "null"
            ],
            "description": "Used to define the short-hand names that are used throughout a JSON-LD document."
        }
    }
}
http://json.schemastore.org/jsonld (5:20)

References

Documentation for Schema.org Thing
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949