
| Schema 1 | A String value |
|---|---|
| Schema 2 | An Object value |
"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"
}
]
}