fix: missing comma invalidates post.json (#433)
This commit is contained in:
parent
4eb1b64665
commit
5be13ac3e3
@ -42,7 +42,7 @@
|
||||
},
|
||||
"textSlice": {
|
||||
"type": "object",
|
||||
"description": "A text segment. Start is inclusive, end is exclusive."
|
||||
"description": "A text segment. Start is inclusive, end is exclusive.",
|
||||
"required": ["start", "end"],
|
||||
"properties": {
|
||||
"start": {"type": "integer", "minimum": 0},
|
||||
|
Loading…
x
Reference in New Issue
Block a user