Select the types of activity you want to include in your feed.
1return { 2 before_init = function(_, config) 3 config.settings.json.schemas = require("schemastore").json.schemas() 4 end, 5 settings = { 6 json = { 7 validate = { enable = true }, 8 }, 9 }, 10}