{
  "$id": "response.charge.stripe.webhook",
  "title": "Create stripe webhook",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "received": {
      "type": "boolean",
      "const": true
    }
  }
}
