{ "type": "object", "name": "ActionOverride", "properties": { "formFactor": { "type": "string" }, "isAvailableInTouch": { "type": "boolean" }, "name": { "type": "string" }, "pageId": { "type": "string" }, "url": { "type": "['string', 'null']" } }, "required": [ "formFactor", "isAvailableInTouch", "name", "pageId", "url" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }