{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "API2.Models.Recipes.FeedbackDTO", "properties": { "feedback": { "type": "string" } }, "type": "object" }