{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "body": { "type": "string" } }, "required": ["body"], "type": "object" }