{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Report", "type": "object", "required": [ "kind", "message", "post_id", "user" ], "properties": { "kind": { "type": "string" }, "message": { "type": "string" }, "post_id": { "type": "string" }, "user": { "type": "string" } } }