{
    "$schema": "http://json-schema.org/draft-07/schema",
    "$id": "https://burrito.bible/schema/progress.schema.json",
    "$$target": "progress.schema.json",
    "title": "Progress",
    "type": "object",
    "properties": {
        "dateStarted": {
            "$ref": "common.schema.json#/definitions/timestamp"
        },
        "dateCompleted": {
            "$ref": "common.schema.json#/definitions/timestamp"
        }
    },
    "minProperties": 1,
    "additionalProperties": false
}
