Douglass.network Schemas

Destroy item method dbmethod

douglass.network/destroy-item-method

Delete a item from a database.

{
  "id": "douglass.network/destroy-item-method",
  "title": "Destroy item method",
  "description": "Delete a item from a database.",
  "type": "dbmethod",
  "parameters": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "required": [
      "itemKey",
      "qty"
    ],
    "properties": {
      "itemKey": {
        "type": "string"
      },
      "qty": {
        "type": "integer",
        "minimum": 1
      }
    }
  }
}

Schemas