You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

adjustment.json 294B

123456789101112
  1. {
  2. "$schema": "http://json-schema.org/draft-04/schema#",
  3. "title": "adjustment",
  4. "type": "object",
  5. "properties": {
  6. "address": {"$ref": "address"},
  7. "amount": {"$ref": "amount"},
  8. "tag": {"$ref": "tag"}
  9. },
  10. "required": ["address", "amount"],
  11. "additionalProperties": false
  12. }