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.

check-cancel.json 400B

123456789101112131415
  1. {
  2. "$schema": "http://json-schema.org/draft-04/schema#",
  3. "title": "checkCancel",
  4. "link": "check-cancel",
  5. "type": "object",
  6. "properties": {
  7. "checkID": {
  8. "$ref": "hash256",
  9. "description": "The ID of the Check ledger object to cancel, as a 64-character hexadecimal string."
  10. },
  11. "memos": {"$ref": "memos"}
  12. },
  13. "required": ["checkID"],
  14. "additionalProperties": false
  15. }