{
    "$schema": "http://json-schema.org/draft-07/schema",
    "$id": "https://burrito.bible/schema/meta_comments.schema.json",
    "$$target": "meta_comments.schema.json",
    "title": "Meta Comments",
    "type": "array",
    "items": {
        "type": "string"
    },
    "description": "Arbitrary text strings attached by users with no effect on the interpretation of the Scripture Burrito."
}
