{ "type": "object", "name": "PageReference", "properties": { "attributes": { "type": "object", "properties": { "pageName": { "type": "string" }, "objectApiName": { "type": "string" }, "actionName": { "type": "string" } } }, "state": { "type": "object" }, "type": { "type": "string" } }, "required": [ "attributes", "state", "type" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }