mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-06-05 09:46:45 +00:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "sourceAdjustment",
|
|
"type": "object",
|
|
"oneOf": [
|
|
{"$ref": "adjustment"},
|
|
{"$ref": "maxAdjustment"}
|
|
]
|
|
}
|