JSON Schema Definition 'graph'

Diagram

Drilldown into /definitions/graph/properties/@graph Drilldown into /definitions/graph/properties/@graphJSON Schema Diagram of /definitions/graph

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
@graph array, object @graph
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Null

Literal value null.

Source

"graph": {
    "additionalProperties": true,
    "properties": {
        "@graph": {
            "type": [
                "array",
                "object"
            ],
            "description": "Used to express a graph.",
            "additionalItems": {
                "anyOf": [
                    {
                        "$ref": "#/definitions/common"
                    }
                ]
            }
        }
    }
}
http://json.schemastore.org/jsonld (14:10)

References

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