{
  "$id": "https://example.com/schema.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "dtf dapd_importer_lambda config schema",
  "type": "object",
  "patternProperties": {
    "^[\\w_]+$": {
      "oneOf": [
        {"type": "string"},
        {"type": "number"},
        {"type": "boolean"}
      ]
    }
  }
}
