JSON Schema Property 'mainEntityOfPage'

Description

Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. Inverse property mainEntity.

Diagram

JSON Schema Diagram of /properties/mainEntityOfPage

Value

Any

Can contain any type of value (boolean, integer, number, string, object, array or null).

Additional Rules

OneOf

The JSON value must validate against ONE (and only one) of the following schema definitions.
Schema 1 A String value
Schema 2 An Object value

Source

"mainEntityOfPage": {
    "description": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. Inverse property mainEntity.",
    "oneOf": [
        {
            "type": "string",
            "format": "uri"
        },
        {
            "type": "object"
        }
    ]
}
http://json.schemastore.org/schema-org-thing (47:6)

References

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