{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "InstantiateMsg", "type": "object", "required": [ "reports_limit" ], "properties": { "reports_limit": { "description": "report_limit is the default max number of report a post can have before getting filtered out", "type": "integer", "format": "uint16", "minimum": 0.0 } } }