at main 240 B view raw
1{ 2 "lexicon": 1, 3 "id": "sh.tangled.issue.placeholder", 4 "defs": { 5 "main": { "type": "record", "record": { "type": "object", "required": ["title"], "properties": { "title": {"type": "string"}, "body": {"type": "string"} } } } 6 } 7} 8