{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "sourceAdjustment",
  "type": "object",
  "oneOf": [
    {"$ref": "sourceExactAdjustment"},
    {"$ref": "maxAdjustment"}
  ]
}
