{
  "title": "environment variable",
  "id": "schemas/joe/job/envvar",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "javaType": "com.sos.joc.model.joe.job.EnviromentVariable",
  "xmlElement": "variable",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}
