{
    "type": "object",
    "properties": {
        "$value": {
            "type": "string"
        },
        "$comment": {
            "type": "string"
        }
    },
    "required": [
        "$value",
        "$comment"
    ],
    "$schema": "https://json-schema.org/draft/2020-12/schema"
}