Files
xahau.js/src/api/common/schemas/sourceAdjustment.json

10 lines
186 B
JSON

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