fix: missing comma invalidates post.json ()

This commit is contained in:
Dean van Dugteren 2022-12-20 23:59:55 +01:00 committed by GitHub
parent 4eb1b64665
commit 5be13ac3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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},