{ "title": "Onboarding Wizard Free Extensions", "type": "array", "additionalProperties": false, "required": ["key", "title", "plugins"], "items": { "key": { "type": "string" }, "title": { "type": "string" }, "plugins": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "is_visible": { "oneOf": [ {"type": "boolean"}, { "type": "array", "items": { "anyOf": [ {"$ref": "#/definitions/rules"} ] } } ] }, } } } }, "definitions": { "operations": {"$ref": "./shared/operations.json"}, "rules": {"$ref": "./shared/rules.json"} } }