{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "Base schema definition",
    "properties": {
        "comment": {
            "description": "Comment property for adding explanatory notes",
            "type": "string"
        }
    },
    "title": "Base schema definition",
    "type": "object"
}
