{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "CreateNoteRequest", "type": "object", "properties": { "noteId": { "type": "string" }, "headline": { "type": "string" }, "text": { "type": "string" } } }