{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InterestingNote", "title": "InterestingNote", "type": "object", "properties": { "text": { "type": "string" }, "line_refs": { "type": "string" } }, "required": [ "line_refs", "text" ] }