{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the variable."
    },
    "value": {
      "type": "string",
      "description": "The value of the variable."
    }
  },
  "required": [
    "name",
    "value"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}